diff options
-rwxr-xr-x | utils/ccc-analyzer | 2 |
1 files changed, 1 insertions, 1 deletions
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: |