]> granicus.if.org Git - clang/commitdiff
Re-enable the analyzer.
authorTed Kremenek <kremenek@apple.com>
Mon, 16 Jun 2008 21:41:07 +0000 (21:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 16 Jun 2008 21:41:07 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52367 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index 23f83f6f220dbdedc8fe35a7c2fee4ef9dd555c6..67a78bdaa398b9bd9c002e7ebec63ee50f3d8a77 100755 (executable)
@@ -84,7 +84,7 @@ def analyze(clang, args,language,output,files,verbose,htmldir,file,analysis_type
     print >> sys.stderr, ' '.join(command+print_args)
     print >> sys.stderr, '\n'
 
-#  subprocess.call(args)
+  subprocess.call(args)
 
 def extension(path):
     return path.split(".")[-1]