aaron.ballman added a comment. Thanks! This is missing test coverage for the new matcher, and you should also add a release note for it.
================ Comment at: clang/include/clang/ASTMatchers/ASTMatchers.h:7837-7839 + if (const CallExpr *Config = Node.getConfig()) { + return InnerMatcher.matches(*Config, Finder, Builder); + } ---------------- Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120952/new/ https://reviews.llvm.org/D120952 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits