projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956e29c
)
[analyzer] Incorrect env variable replaced.
author
Anton Yartsev
<anton.yartsev@gmail.com>
Tue, 11 Aug 2015 21:24:19 +0000
(21:24 +0000)
committer
Anton Yartsev
<anton.yartsev@gmail.com>
Tue, 11 Aug 2015 21:24:19 +0000
(21:24 +0000)
llvm-svn: 244673
clang/tools/scan-build/scan-build
patch
|
blob
|
history
diff --git
a/clang/tools/scan-build/scan-build
b/clang/tools/scan-build/scan-build
index
18ed5f1
..
8c4c14d
100755
(executable)
--- a/
clang/tools/scan-build/scan-build
+++ b/
clang/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};