[clang] [ast matcher] add `ExportDecl` in dynamically matchers (PR #118258)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 3 08:20:14 PST 2024
================
@@ -604,6 +604,7 @@ RegistryMaps::RegistryMaps() {
REGISTER_MATCHER(usingDecl);
REGISTER_MATCHER(usingEnumDecl);
REGISTER_MATCHER(usingDirectiveDecl);
+ REGISTER_MATCHER(exportDecl);
----------------
AaronBallman wrote:
This should be kept in alphabetical order.
https://github.com/llvm/llvm-project/pull/118258
More information about the cfe-commits
mailing list