[clang] [ast-matcher] Fixed a crash when traverse lambda expr with invalid captures (PR #108689)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 08:43:33 PDT 2024


================
@@ -504,6 +504,8 @@ AST Matchers
 - Fixed an ordering issue with the `hasOperands` matcher occuring when setting a
   binding in the first matcher and using it in the second matcher.
 
+- Fixed a crash when traverse lambda expr with invalid captures.
----------------
AaronBallman wrote:

Please mention the issue number in the release note (`#GH106444` and it will get auto-replaced with a URL to the issue).

https://github.com/llvm/llvm-project/pull/108689


More information about the cfe-commits mailing list