summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/NewDelete-checker-test.cpp
diff options
context:
space:
mode:
authorAnton Yartsev <anton.yartsev@gmail.com>2013-04-12 23:25:40 +0000
committerAnton Yartsev <anton.yartsev@gmail.com>2013-04-12 23:25:40 +0000
commit7af0aa86dd13d69cf3247ab80030dae643c66154 (patch)
treec27e2e029e1569ba6bb1cc6ab23b39daf082919c /clang/test/Analysis/NewDelete-checker-test.cpp
parent95f1de3de5957e7d66a35dd39e01897851757688 (diff)
downloadbcm5719-llvm-7af0aa86dd13d69cf3247ab80030dae643c66154.tar.gz
bcm5719-llvm-7af0aa86dd13d69cf3247ab80030dae643c66154.zip
[analyzer] Enable NewDelete checker if NewDeleteLeaks checker is enabled.
llvm-svn: 179428
Diffstat (limited to 'clang/test/Analysis/NewDelete-checker-test.cpp')
-rw-r--r--clang/test/Analysis/NewDelete-checker-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/NewDelete-checker-test.cpp b/clang/test/Analysis/NewDelete-checker-test.cpp
index 9c838aad76f..5d134bc36e2 100644
--- a/clang/test/Analysis/NewDelete-checker-test.cpp
+++ b/clang/test/Analysis/NewDelete-checker-test.cpp
@@ -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 -DLEAKS -std=c++11 -fblocks -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.cplusplus.NewDeleteLeaks -DLEAKS -std=c++11 -fblocks -verify %s
#include "Inputs/system-header-simulator-cxx.h"
typedef __typeof__(sizeof(int)) size_t;
OpenPOWER on IntegriCloud