summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/operator-calls.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
committerTed Kremenek <kremenek@apple.com>2011-08-03 23:14:55 +0000
commit3f955e6d89c3c20dfe609cb20ee730132909cba4 (patch)
tree354102a1cb9d0d69868493f0906c0681bc8bce52 /clang/test/Analysis/operator-calls.cpp
parentaab841cf63c6a00d613f4d5836181f645c6ea626 (diff)
downloadbcm5719-llvm-3f955e6d89c3c20dfe609cb20ee730132909cba4.tar.gz
bcm5719-llvm-3f955e6d89c3c20dfe609cb20ee730132909cba4.zip
[analyzer] rename all experimental checker packages to have 'experimental' be the common root package.
llvm-svn: 136835
Diffstat (limited to 'clang/test/Analysis/operator-calls.cpp')
-rw-r--r--clang/test/Analysis/operator-calls.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/operator-calls.cpp b/clang/test/Analysis/operator-calls.cpp
index 766d16140ed..73cd28ac0d5 100644
--- a/clang/test/Analysis/operator-calls.cpp
+++ b/clang/test/Analysis/operator-calls.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -analyze -analyzer-checker=core,core.experimental -verify %s
+// RUN: %clang_cc1 -analyze -analyzer-checker=core,experimental.core -verify %s
struct X0 { };
bool operator==(const X0&, const X0&);
OpenPOWER on IntegriCloud