summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-intersections.mm
diff options
context:
space:
mode:
authorAnton Yartsev <anton.yartsev@gmail.com>2014-10-21 12:41:36 +0000
committerAnton Yartsev <anton.yartsev@gmail.com>2014-10-21 12:41:36 +0000
commit6ca45c92a93feaa4c5e7bba34317b7c8b5af3125 (patch)
treee7b9eb8d70cb5b1f0ab9ca366351a844dd200009 /clang/test/Analysis/NewDelete-intersections.mm
parentcdb8db8d3cd35111e149231cc6fb2bb7bae46cc8 (diff)
downloadbcm5719-llvm-6ca45c92a93feaa4c5e7bba34317b7c8b5af3125.tar.gz
bcm5719-llvm-6ca45c92a93feaa4c5e7bba34317b7c8b5af3125.zip
[analyzer] Move the NewDeleteLeaks checker from CplusplusAlpha to Cplusplus package.
llvm-svn: 220289
Diffstat (limited to 'clang/test/Analysis/NewDelete-intersections.mm')
-rw-r--r--clang/test/Analysis/NewDelete-intersections.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/NewDelete-intersections.mm b/clang/test/Analysis/NewDelete-intersections.mm
index 9024ed57668..886df1268f9 100644
--- a/clang/test/Analysis/NewDelete-intersections.mm
+++ b/clang/test/Analysis/NewDelete-intersections.mm
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -std=c++11 -fblocks -verify %s
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,alpha.cplusplus.NewDeleteLeaks -std=c++11 -DLEAKS -fblocks -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,cplusplus.NewDeleteLeaks -std=c++11 -DLEAKS -fblocks -verify %s
#include "Inputs/system-header-simulator-cxx.h"
#include "Inputs/system-header-simulator-objc.h"
OpenPOWER on IntegriCloud