commit | 7d311abfc23bcb287fa3a3f77de96f90e0709767 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Apr 10 22:17:23 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Apr 10 22:17:23 2008 +0000 |
tree | c01b21f186cffc4529d91273458995e19aaf3132 | |
parent | d71ed26dd80cdfebb5bb49000cce538e6c9a90e3 [diff] [blame] |
Used --checker-simple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49501 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 23a6d6a..83cc53b 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer
@@ -74,7 +74,7 @@ command = 'cp'.split() args = command + files + target.split() else: - command = 'clang -check-cfref'.split() + command = 'clang -checker-simple'.split() args = command + args; if htmldir is not None: