зеркало из https://github.com/microsoft/clang.git
Used --checker-simple.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
d71ed26dd8
Коммит
7d311abfc2
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче