From 7d311abfc23bcb287fa3a3f77de96f90e0709767 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 10 Apr 2008 22:17:23 +0000 Subject: [PATCH] Used --checker-simple. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49501 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/ccc-analyzer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 23a6d6a857..83cc53be6d 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -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: -- 2.50.1