This was some code I wrote to help debug crashes when refactoring the SimplifyBooleanExpr check.
I feel like this could help fix other potential crashes in checks that make use of ASTVisitors.
It would also bring the crashing debug info more in line with what we have for matcher based checks.
Details
Details
- Reviewers
alexfh aaron.ballman
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo