зеркало из https://github.com/microsoft/clang-1.git
Re-enable the analyzer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
dd536bfa8b
Коммит
6814447ddd
|
@ -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]
|
||||
|
|
Загрузка…
Ссылка в новой задаче