Teach ccc-analyzer about -fobjc-arc.

llvm-svn: 144778
This commit is contained in:
Ted Kremenek 2011-11-16 05:14:42 +00:00
parent 07d8b5e2c9
commit 0e9843b328
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ my %CompileOptionMap = (
'-nostdinc' => 0,
'-fblocks' => 0,
'-fno-builtin' => 0,
'-fobjc-arc' => 0,
'-fobjc-gc-only' => 0,
'-fobjc-gc' => 0,
'-ffreestanding' => 0,