commit | 06c58b191f969e2ae5308cc9b6540bad9511f4ef | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Fri Dec 19 20:56:23 2008 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Fri Dec 19 20:56:23 2008 +0000 |
tree | 6f4032d5f52392b86a16234f5f97771b28185788 | |
parent | a46969d6cf7e0d1871014856a9a6fc33c80ee632 [diff] [blame] |
Pass -fblocks to clang git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61258 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index e03a78b..14cbf54 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer
@@ -165,6 +165,7 @@ my %CompileOptionMap = ( '-nostdinc' => 0, + '-fblocks' => 0, '-fobjc-gc-only' => 0, '-fobjc-gc' => 0, '-include' => 1,