This patch adds two unit-tests that are the result of reducing a crashing TU
when running ExprMutAnalyzer over it. They are added only to ensure the regression
that has been fixed with https://reviews.llvm.org/D56444 don't creep back.
Details
Details
- Reviewers
aaron.ballman sammccall rsmith george.karpenkov - Commits
- rG67b7e23fa183: [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers
rC351743: [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers
rL351743: [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
unittests/Analysis/ExprMutationAnalyzerTest.cpp | ||
---|---|---|
1112 ↗ | (On Diff #182533) | As I understand, the tests are for the same bug - can we just keep the smaller one? |