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 | 01acbcebbbc312fb67ec556933fb35be2d6ca4a6 (patch) | |
| tree | 2d773907a242f06a4471535c214d8cc52b5d6060 /clang/test/Analysis/NewDelete-path-notes.cpp | |
| parent | 8eabc3ffde30f966ec373edd7d89fc2bfbb3113f (diff) | |
| download | bcm5719-llvm-01acbcebbbc312fb67ec556933fb35be2d6ca4a6.tar.gz bcm5719-llvm-01acbcebbbc312fb67ec556933fb35be2d6ca4a6.zip | |
[analyzer] Moving cplusplus.NewDelete to alpha.* for now.
llvm-svn: 178529
Diffstat (limited to 'clang/test/Analysis/NewDelete-path-notes.cpp')
| -rw-r--r-- | clang/test/Analysis/NewDelete-path-notes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Analysis/NewDelete-path-notes.cpp b/clang/test/Analysis/NewDelete-path-notes.cpp index 83e6e9f06a6..eeb610537b8 100644 --- a/clang/test/Analysis/NewDelete-path-notes.cpp +++ b/clang/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() { |

