commit | 6814447dddfaa674c60f638c0939440556bd953a | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Mon Jun 16 21:41:07 2008 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Mon Jun 16 21:41:07 2008 +0000 |
tree | 42dbae615c03cdee33d2457144dbd1c2d6da42eb | |
parent | dd536bfa8bbbc679413f46f71eb53ad9329a6303 [diff] [blame] |
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 23f83f6..67a78bd 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer
@@ -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]