diff options
author | Anton Yartsev <anton.yartsev@gmail.com> | 2013-04-02 05:59:24 +0000 |
---|---|---|
committer | Anton Yartsev <anton.yartsev@gmail.com> | 2013-04-02 05:59:24 +0000 |
commit | 3d11708c491a96198ebfee49079ae458ed90eaf8 (patch) | |
tree | 9a895dbe484d87ccc7caf7c77a40a8e378924d2a /test/Analysis/NewDelete-path-notes.cpp | |
parent | b421d926cdc632489915d39556f04c14f59d2392 (diff) |
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178529 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 83e6e9f06a..eeb610537b 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,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: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.NewDelete,unix.Malloc -analyzer-output=text -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.cplusplus.NewDelete,unix.Malloc -analyzer-output=plist %s -o %t.plist // RUN: FileCheck --input-file=%t.plist %s void test() { |