llvm-capstone/clang/lib/ASTMatchers
Nathan James b4ad3c3891 Reland "[ASTMatchers] Output currently matching node on crash"
Extend D120185 to also log the node being matched on in case of a crash.
This can help if a matcher is causing a crash or there are not enough interesting nodes bound.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D122529

This reverts commit 61d67c8eec.

This relands commit 6e33e45b94.

Fixing the build issue on 32bit machines due to not enough free bits in the PointerUnion.
2022-04-05 21:47:16 +01:00
..
Dynamic Add isConstinit matcher 2022-01-24 08:35:42 -05:00
ASTMatchersInternal.cpp Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl" 2021-12-20 18:03:15 +01:00
ASTMatchFinder.cpp Reland "[ASTMatchers] Output currently matching node on crash" 2022-04-05 21:47:16 +01:00
CMakeLists.txt
GtestMatchers.cpp