[cfe-commits] r49501 - /cfe/trunk/utils/ccc-analyzer

Ted Kremenek kremenek at apple.com
Thu Apr 10 15:17:23 PDT 2008


Author: kremenek
Date: Thu Apr 10 17:17:23 2008
New Revision: 49501

URL: http://llvm.org/viewvc/llvm-project?rev=49501&view=rev
Log:
Used --checker-simple.

Modified:
    cfe/trunk/utils/ccc-analyzer

Modified: cfe/trunk/utils/ccc-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ccc-analyzer?rev=49501&r1=49500&r2=49501&view=diff

==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Thu Apr 10 17:17:23 2008
@@ -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:





More information about the cfe-commits mailing list