Skip to content

Commit e869a18

Browse files
committed
Add ccc-analyzer support for '-imacros'. Fixes PR 7204.
llvm-svn: 105624
1 parent 8e73928 commit e869a18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/tools/scan-build/ccc-analyzer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ my %CompileOptionMap = (
320320
'-ffreestanding' => 0,
321321
'-include' => 1,
322322
'-idirafter' => 1,
323+
'-imacros' => 1,
323324
'-iprefix' => 1,
324325
'-iquote' => 1,
325326
'-isystem' => 1,

0 commit comments

Comments
 (0)