summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Registry.cpp
diff options
context:
space:
mode:
authorJonas Toth <development@jonas-toth.eu>2020-01-11 19:41:27 +0100
committerJonas Toth <development@jonas-toth.eu>2020-01-11 19:41:27 +0100
commit23a799adf0abbe9a7be1494d5efd1ab3215ee4fb (patch)
tree3306d769c2bbabda1060928e0cea79d021ea9da2 /clang/lib/ASTMatchers/Dynamic/Registry.cpp
parent4c48ea68e491cb42f1b5d43ffba89f6a7f0dadc4 (diff)
downloadbcm5719-llvm-23a799adf0abbe9a7be1494d5efd1ab3215ee4fb.tar.gz
bcm5719-llvm-23a799adf0abbe9a7be1494d5efd1ab3215ee4fb.zip
Revert "[ASTMatchers] extract public matchers from const-analysis into own patch"
This reverts commit 4c48ea68e491cb42f1b5d43ffba89f6a7f0dadc4. The powerpc buildbots had an internal compiler error after this patch. This requires some inspection.
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/Registry.cpp')
-rw-r--r--clang/lib/ASTMatchers/Dynamic/Registry.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/ASTMatchers/Dynamic/Registry.cpp b/clang/lib/ASTMatchers/Dynamic/Registry.cpp
index bfd7906559a..1c0930c5983 100644
--- a/clang/lib/ASTMatchers/Dynamic/Registry.cpp
+++ b/clang/lib/ASTMatchers/Dynamic/Registry.cpp
@@ -196,7 +196,6 @@ RegistryMaps::RegistryMaps() {
REGISTER_MATCHER(cxxUnresolvedConstructExpr);
REGISTER_MATCHER(decayedType);
REGISTER_MATCHER(decl);
- REGISTER_MATCHER(decompositionDecl);
REGISTER_MATCHER(declCountIs);
REGISTER_MATCHER(declRefExpr);
REGISTER_MATCHER(declStmt);
@@ -221,7 +220,6 @@ RegistryMaps::RegistryMaps() {
REGISTER_MATCHER(floatLiteral);
REGISTER_MATCHER(forEach);
REGISTER_MATCHER(forEachArgumentWithParam);
- REGISTER_MATCHER(forEachArgumentWithParamType);
REGISTER_MATCHER(forEachConstructorInitializer);
REGISTER_MATCHER(forEachDescendant);
REGISTER_MATCHER(forEachOverridden);
OpenPOWER on IntegriCloud