mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is available from clang-query.
llvm-svn: 260222
This commit is contained in:
@@ -185,6 +185,7 @@ RegistryMaps::RegistryMaps() {
|
||||
REGISTER_MATCHER(functionProtoType);
|
||||
REGISTER_MATCHER(functionTemplateDecl);
|
||||
REGISTER_MATCHER(functionType);
|
||||
REGISTER_MATCHER(gnuNullExpr);
|
||||
REGISTER_MATCHER(gotoStmt);
|
||||
REGISTER_MATCHER(has);
|
||||
REGISTER_MATCHER(hasAncestor);
|
||||
|
||||
Reference in New Issue
Block a user