]> granicus.if.org Git - clang/commitdiff
Add ccc-analyzer support for '-imacros'. Fixes PR 7204.
authorTed Kremenek <kremenek@apple.com>
Tue, 8 Jun 2010 18:27:55 +0000 (18:27 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 8 Jun 2010 18:27:55 +0000 (18:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105624 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/ccc-analyzer

index 391ea57faa23e952aea6d3357f7dfce37a896854..803b5e9d4c80a2516ee64d3da44ce17f78ff6634 100755 (executable)
@@ -320,6 +320,7 @@ my %CompileOptionMap = (
   '-ffreestanding' => 0,
   '-include' => 1,
   '-idirafter' => 1,
+  '-imacros' => 1,
   '-iprefix' => 1,
   '-iquote' => 1,
   '-isystem' => 1,