Skip to content
Snippets Groups Projects
Commit ce1448bb authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fix scan-build's processing of clang's analysis arguments. Patch by Nikita Zhuk!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@58093 91177308-0d34-0410-b5e6-96231b3b80d8
parent 95f01b30
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ my $FoundAnalysis = 0;
while(<PIPE>) {
if ($FoundAnalysis == 0) {
if (/Available Source Code Analyses/) {
if (/SCA Checks\/Analyses/) {
$FoundAnalysis = 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment