[analyzer] scan-build: allow quotes around "-cc1" when looking at -### output.
Third time's the charm. Patch by Brennan Shacklett! llvm-svn: 204362
This commit is contained in:
@@ -150,7 +150,7 @@ sub GetCCArgs {
|
||||
close(TO_PARENT);
|
||||
my $line;
|
||||
while (<FROM_CHILD>) {
|
||||
next if (!/\s-cc1\s/);
|
||||
next if (!/\s"?-cc1"?\s/);
|
||||
$line = $_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user