summaryrefslogtreecommitdiff
path: root/test/Analysis/cxx-uninitialized-object-no-dereference.cpp
diff options
context:
space:
mode:
authorKristof Umann <kristof.umann@ericsson.com>2019-04-19 23:33:50 +0000
committerKristof Umann <kristof.umann@ericsson.com>2019-04-19 23:33:50 +0000
commit11cb7ccfe388c08f7f415a6c887e5ef68f118c7e (patch)
tree44aa8f7f5f500029b6dfd7697a22e1cc2f2b67ed /test/Analysis/cxx-uninitialized-object-no-dereference.cpp
parentea610150278dfee115dd86b3aafe24c5ce9c2042 (diff)
downloadclang-11cb7ccfe388c08f7f415a6c887e5ef68f118c7e.tar.gz
[analyzer] Move UninitializedObjectChecker out of alpha
Moved UninitializedObjectChecker from the 'alpha.cplusplus' to the 'optin.cplusplus' package. Differential Revision: https://reviews.llvm.org/D58573 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@358797 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/cxx-uninitialized-object-no-dereference.cpp')
-rw-r--r--test/Analysis/cxx-uninitialized-object-no-dereference.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/cxx-uninitialized-object-no-dereference.cpp b/test/Analysis/cxx-uninitialized-object-no-dereference.cpp
index 0309c28b3e..e0aafb9808 100644
--- a/test/Analysis/cxx-uninitialized-object-no-dereference.cpp
+++ b/test/Analysis/cxx-uninitialized-object-no-dereference.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_analyze_cc1 -analyzer-checker=core,alpha.cplusplus.UninitializedObject \
+// RUN: %clang_analyze_cc1 -analyzer-checker=core,optin.cplusplus.UninitializedObject \
// RUN: -std=c++11 -DPEDANTIC -verify %s
class UninitPointerTest {