r220976 - [analyzer] Rename NewDeleteLeaks checker in the test script.

Jordan Rose jordan_rose at apple.com
Fri Oct 31 15:13:35 PDT 2014


We already pass "cplusplus" separately, so we shouldn't need to name NewDeleteLeaks explicitly any more.

> On Oct 31, 2014, at 10:40, Anna Zaks <ganna at apple.com> wrote:
> 
> Author: zaks
> Date: Fri Oct 31 12:40:14 2014
> New Revision: 220976
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=220976&view=rev
> Log:
> [analyzer] Rename NewDeleteLeaks checker in the test script.
> 
> Fixup to r220289.
> 
> Modified:
>    cfe/trunk/utils/analyzer/SATestBuild.py
> 
> Modified: cfe/trunk/utils/analyzer/SATestBuild.py
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/analyzer/SATestBuild.py?rev=220976&r1=220975&r2=220976&view=diff
> ==============================================================================
> --- cfe/trunk/utils/analyzer/SATestBuild.py (original)
> +++ cfe/trunk/utils/analyzer/SATestBuild.py Fri Oct 31 12:40:14 2014
> @@ -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
> 
> 
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits





More information about the cfe-commits mailing list