Skip to content

Commit c7d3859

Browse files
authoredDec 3, 2024··
[ast matcher] add ExportDecl in dynamically matchers (#118258)
1 parent f2fa9ac commit c7d3859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎clang/lib/ASTMatchers/Dynamic/Registry.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ RegistryMaps::RegistryMaps() {
243243
REGISTER_MATCHER(equalsBoundNode);
244244
REGISTER_MATCHER(equalsIntegralValue);
245245
REGISTER_MATCHER(explicitCastExpr);
246+
REGISTER_MATCHER(exportDecl);
246247
REGISTER_MATCHER(expr);
247248
REGISTER_MATCHER(exprWithCleanups);
248249
REGISTER_MATCHER(fieldDecl);

0 commit comments

Comments
 (0)
Please sign in to comment.