[PATCH] D56917: [clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 21 03:42:00 PST 2019
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
================
Comment at: unittests/Analysis/ExprMutationAnalyzerTest.cpp:1112
+TEST(ExprMutationAnalyzerTest, ReproduceFailure11) {
+ const std::string Reproducer =
----------------
As I understand, the tests are for the same bug - can we just keep the smaller one?
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56917/new/
https://reviews.llvm.org/D56917
More information about the cfe-commits
mailing list