forked from OSchip/llvm-project
parent
4a78c3ae11
commit
969bb805f9
|
@ -74,7 +74,7 @@ def analyze(args,language,output,files,verbose,htmldir):
|
|||
command = 'cp'.split()
|
||||
args = command + files + target.split()
|
||||
else:
|
||||
command = 'clang -check-cfref'.split()
|
||||
command = 'clang -checker-simple'.split()
|
||||
args = command + args;
|
||||
|
||||
if htmldir is not None:
|
||||
|
|
Loading…
Reference in New Issue