Used --checker-simple.

llvm-svn: 49501
This commit is contained in:
Ted Kremenek 2008-04-10 22:17:23 +00:00
parent 4a78c3ae11
commit 969bb805f9
1 changed files with 1 additions and 1 deletions

View File

@ -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: