diff options
author | Anton Yartsev <anton.yartsev@gmail.com> | 2013-03-30 00:50:37 +0000 |
---|---|---|
committer | Anton Yartsev <anton.yartsev@gmail.com> | 2013-03-30 00:50:37 +0000 |
commit | 8e452e7d6ee00a7d12eb54b91498b59b6fefef4f (patch) | |
tree | b5abd714a0555208edef38ed48f9535d97e77332 /test/Analysis/NewDelete-path-notes.cpp | |
parent | 1f3b5d990e9afa0b2b8db0908f46d8de7818e642 (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-path-notes.cpp')
-rw-r--r-- | test/Analysis/NewDelete-path-notes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/NewDelete-path-notes.cpp b/test/Analysis/NewDelete-path-notes.cpp index 296170a541..83e6e9f06a 100644 --- a/test/Analysis/NewDelete-path-notes.cpp +++ b/test/Analysis/NewDelete-path-notes.cpp @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete -analyzer-output=text -verify %s -// RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete -analyzer-output=plist %s -o %t.plist +// RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=text -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=cplusplus.NewDelete,unix.Malloc -analyzer-output=plist %s -o %t.plist // RUN: FileCheck --input-file=%t.plist %s void test() { |