]> granicus.if.org Git - clang/commitdiff
[analyzer] Incorrect env variable replaced.
authorAnton Yartsev <anton.yartsev@gmail.com>
Tue, 11 Aug 2015 21:24:19 +0000 (21:24 +0000)
committerAnton Yartsev <anton.yartsev@gmail.com>
Tue, 11 Aug 2015 21:24:19 +0000 (21:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244673 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/scan-build

index 18ed5f1ab48482f4936ca6d76ce036eee8229db6..8c4c14dbeb3a81100c31b88fc150f9d93b8cbd95 100755 (executable)
@@ -920,7 +920,7 @@ sub SetEnv {
     $ENV{$opt} = $Options->{$opt};
   }
   foreach my $opt ('CCC_ANALYZER_STORE_MODEL',
-                    'CCC_ANALYZER_PLUGINS',
+                    'CCC_ANALYZER_CONSTRAINTS_MODEL',
                     'CCC_ANALYZER_INTERNAL_STATS',
                     'CCC_ANALYZER_OUTPUT_FORMAT') {
     my $x = $Options->{$opt};