diff options
author | Anna Zaks <ganna@apple.com> | 2014-10-31 17:40:14 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2014-10-31 17:40:14 +0000 |
commit | 8a020310b8b2a9d33b327ca9ae2483da8df59876 (patch) | |
tree | 51711da96094aad3678fdd899b7fbc7157bec777 /clang/utils | |
parent | b6eae0c2bc0bcdee15fb9cc83db10ebed1a3eb0c (diff) | |
download | bcm5719-llvm-8a020310b8b2a9d33b327ca9ae2483da8df59876.tar.gz bcm5719-llvm-8a020310b8b2a9d33b327ca9ae2483da8df59876.zip |
[analyzer] Rename NewDeleteLeaks checker in the test script.
Fixup to r220289.
llvm-svn: 220976
Diffstat (limited to 'clang/utils')
-rwxr-xr-x | clang/utils/analyzer/SATestBuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/analyzer/SATestBuild.py b/clang/utils/analyzer/SATestBuild.py index 441032eb7c0..0a2c836b26f 100755 --- a/clang/utils/analyzer/SATestBuild.py +++ b/clang/utils/analyzer/SATestBuild.py @@ -170,7 +170,7 @@ SBOutputDirReferencePrefix = "Ref" # The list of checkers used during analyzes. # Currently, consists of all the non-experimental checkers, plus a few alpha # checkers we don't want to regress on. -Checkers="alpha.unix.SimpleStream,alpha.security.taint,alpha.cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx" +Checkers="alpha.unix.SimpleStream,alpha.security.taint,cplusplus.NewDeleteLeaks,core,cplusplus,deadcode,security,unix,osx" Verbose = 1 |