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

Ted Kremenek kremenek at apple.com
Tue May 13 10:10:28 PDT 2008


Author: kremenek
Date: Tue May 13 12:10:28 2008
New Revision: 51055

URL: http://llvm.org/viewvc/llvm-project?rev=51055&view=rev
Log:
Re-enable the analyzer.

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=51055&r1=51054&r2=51055&view=diff

==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Tue May 13 12:10:28 2008
@@ -93,8 +93,7 @@
       print >> sys.stderr, ' '.join(command+print_args)
       print >> sys.stderr, '\n'
 
-
-#    subprocess.call(args)
+    subprocess.call(args)
 
 def link(args):
     command = 'gcc'.split()





More information about the cfe-commits mailing list