From: Anton Yartsev Date: Tue, 11 Aug 2015 21:24:19 +0000 (+0000) Subject: [analyzer] Incorrect env variable replaced. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d98efaa50675bd80b420c6f9014bafdacb7acaf6;p=clang [analyzer] Incorrect env variable replaced. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244673 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-build/scan-build b/tools/scan-build/scan-build index 18ed5f1ab4..8c4c14dbeb 100755 --- a/tools/scan-build/scan-build +++ b/tools/scan-build/scan-build @@ -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};