commit | 55d7d36f48b9b113e30de1721e83a639d14094b0 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Tue Jun 08 18:27:55 2010 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Tue Jun 08 18:27:55 2010 +0000 |
tree | 0b55cb16072cc961f084e339b168a6f6a519d691 | |
parent | d7c7338dd7bf1a35179ec3521f7438c0fbd98e9c [diff] [blame] |
Add ccc-analyzer support for '-imacros'. Fixes PR 7204. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105624 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer index 391ea57..803b5e9 100755 --- a/tools/scan-build/ccc-analyzer +++ b/tools/scan-build/ccc-analyzer
@@ -320,6 +320,7 @@ '-ffreestanding' => 0, '-include' => 1, '-idirafter' => 1, + '-imacros' => 1, '-iprefix' => 1, '-iquote' => 1, '-isystem' => 1,