[clang] [ASTMatchers] forCallable should not erase binding on success (PR #89657)
Marco Borgeaud via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 5 00:30:00 PDT 2024
================
@@ -832,6 +832,7 @@ Bug Fixes to AST Handling
- Fixed malformed AST generated for anonymous union access in templates. (#GH90842)
- Improved preservation of qualifiers and sugar in `TemplateNames`, including
template keyword.
+- ``forCallable`` now properly preserves binding on successful match. (#GH89657)
----------------
marco-antognini-sonarsource wrote:
You're right, I missed this section somehow... it's fixed now.
https://github.com/llvm/llvm-project/pull/89657
More information about the cfe-commits
mailing list