aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/NewDelete-variadic.cpp
diff options
context:
space:
mode:
authorAnton Yartsev <anton.yartsev@gmail.com>2013-03-30 00:50:37 +0000
committerAnton Yartsev <anton.yartsev@gmail.com>2013-03-30 00:50:37 +0000
commit8e452e7d6ee00a7d12eb54b91498b59b6fefef4f (patch)
treeb5abd714a0555208edef38ed48f9535d97e77332 /test/Analysis/NewDelete-variadic.cpp
parent1f3b5d990e9afa0b2b8db0908f46d8de7818e642 (diff)
[analyzer] Enabled unix.Malloc checker.
+ Refactoring. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178388 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/NewDelete-variadic.cpp')
-rw-r--r--test/Analysis/NewDelete-variadic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/NewDelete-variadic.cpp b/test/Analysis/NewDelete-variadic.cpp
index 4b02403c70..b74199b525 100644
--- a/test/Analysis/NewDelete-variadic.cpp
+++ b/test/Analysis/NewDelete-variadic.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete -analyzer-store region -std=c++11 -fblocks -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,cplusplus.NewDelete,unix.Malloc -analyzer-store region -std=c++11 -fblocks -verify %s
// expected-no-diagnostics
namespace std {