diff options
Diffstat (limited to 'lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp')
| -rw-r--r-- | lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp b/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp index 36565cb6e2ca..b3ff79750b49 100644 --- a/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp +++ b/lib/StaticAnalyzer/Frontend/CheckerRegistration.cpp @@ -125,7 +125,7 @@ ento::createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts,    } -  return std::move(checkerMgr); +  return checkerMgr;  }  void ento::printCheckerHelp(raw_ostream &out, ArrayRef<std::string> plugins) { | 
