diff options
| author | Kristof Umann <kristof.umann@ericsson.com> | 2019-04-19 23:33:50 +0000 |
|---|---|---|
| committer | Kristof Umann <kristof.umann@ericsson.com> | 2019-04-19 23:33:50 +0000 |
| commit | 85e0ff752ca7aa15b7b429d4dbb62d9592570cc5 (patch) | |
| tree | 4e6cb7de26c00824b9370c0f2192ae9f5768e874 /clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp | |
| parent | 07489f9ccf4acb87f43e4f154f92ebd36e2d66d3 (diff) | |
| download | bcm5719-llvm-85e0ff752ca7aa15b7b429d4dbb62d9592570cc5.tar.gz bcm5719-llvm-85e0ff752ca7aa15b7b429d4dbb62d9592570cc5.zip | |
[analyzer] Move UninitializedObjectChecker out of alpha
Moved UninitializedObjectChecker from the 'alpha.cplusplus' to the
'optin.cplusplus' package.
Differential Revision: https://reviews.llvm.org/D58573
llvm-svn: 358797
Diffstat (limited to 'clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp')
| -rw-r--r-- | clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp b/clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp index 0309c28b3e1..e0aafb98085 100644 --- a/clang/test/Analysis/cxx-uninitialized-object-no-dereference.cpp +++ b/clang/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 { |

