[cfe-commits] r52367 - /cfe/trunk/utils/ccc-analyzer
Ted Kremenek
kremenek at apple.com
Mon Jun 16 14:41:08 PDT 2008
Author: kremenek
Date: Mon Jun 16 16:41:07 2008
New Revision: 52367
URL: http://llvm.org/viewvc/llvm-project?rev=52367&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=52367&r1=52366&r2=52367&view=diff
==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Mon Jun 16 16:41:07 2008
@@ -84,7 +84,7 @@
print >> sys.stderr, ' '.join(command+print_args)
print >> sys.stderr, '\n'
-# subprocess.call(args)
+ subprocess.call(args)
def extension(path):
return path.split(".")[-1]
More information about the cfe-commits
mailing list