summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/Registry.cpp
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2016-01-29 18:24:34 +0000
committerHans Wennborg <hans@hanshq.net>2016-01-29 18:24:34 +0000
commit2b79910d8b5cb6ececab47dcb4333f7658e198e2 (patch)
tree8ebed9368af3bfa638257537d9ba6cc10af03d0f /clang/lib/ASTMatchers/Dynamic/Registry.cpp
parentf3b9ba49419b9d541f639414eadfb0efd4e2a784 (diff)
downloadbcm5719-llvm-2b79910d8b5cb6ececab47dcb4333f7658e198e2.tar.gz
bcm5719-llvm-2b79910d8b5cb6ececab47dcb4333f7658e198e2.zip
Revert r259210 "Extend hasType narrowing matcher for TypedefDecls, add functionProtoType matcher for FunctionProtoType nodes, extend parameterCountIs to FunctionProtoType nodes."
It didn't pass check-clang. llvm-svn: 259218
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/Registry.cpp')
-rw-r--r--clang/lib/ASTMatchers/Dynamic/Registry.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/ASTMatchers/Dynamic/Registry.cpp b/clang/lib/ASTMatchers/Dynamic/Registry.cpp
index df4f29d0f0a..6aee48416de 100644
--- a/clang/lib/ASTMatchers/Dynamic/Registry.cpp
+++ b/clang/lib/ASTMatchers/Dynamic/Registry.cpp
@@ -182,7 +182,6 @@ RegistryMaps::RegistryMaps() {
REGISTER_MATCHER(forStmt);
REGISTER_MATCHER(friendDecl);
REGISTER_MATCHER(functionDecl);
- REGISTER_MATCHER(functionProtoType);
REGISTER_MATCHER(functionTemplateDecl);
REGISTER_MATCHER(functionType);
REGISTER_MATCHER(gotoStmt);
OpenPOWER on IntegriCloud