From: Ted Kremenek Date: Mon, 16 Jun 2008 21:41:07 +0000 (+0000) Subject: Re-enable the analyzer. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6814447dddfaa674c60f638c0939440556bd953a;p=clang Re-enable the analyzer. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52367 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 23f83f6f22..67a78bdaa3 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -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]