]> granicus.if.org Git - clang/commitdiff
Buildbot fix for r367190
authorGabor Borsik <gabor.borsik@gmail.com>
Sun, 28 Jul 2019 14:57:41 +0000 (14:57 +0000)
committerGabor Borsik <gabor.borsik@gmail.com>
Sun, 28 Jul 2019 14:57:41 +0000 (14:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@367193 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp

index 20e70b65eac2e0a6049385e4e068dcfd4fc53880..b2172f6e9f544135ae832d8dc349a95969b18e98 100644 (file)
@@ -811,7 +811,7 @@ void ento::registerGenericTaintChecker(CheckerManager &Mgr) {
   llvm::Optional<TaintConfig> Config =
       getConfiguration<TaintConfig>(Mgr, Checker, Option, ConfigFile);
   if (Config)
-    Checker->parseConfiguration(Mgr, Option, std::move(Config).getValue());
+    Checker->parseConfiguration(Mgr, Option, std::move(Config.getValue()));
 }
 
 bool ento::shouldRegisterGenericTaintChecker(const LangOptions &LO) {