]> granicus.if.org Git - clang/commit
[clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers
authorJonas Toth <jonas.toth@gmail.com>
Mon, 21 Jan 2019 13:26:18 +0000 (13:26 +0000)
committerJonas Toth <jonas.toth@gmail.com>
Mon, 21 Jan 2019 13:26:18 +0000 (13:26 +0000)
commitfeea0777eb17077ee12b9da94ea43a92e49ff57c
tree966930951da3ef55219c65349d2fb76284c1f7ed
parente33706e16e8f884773da963313d1cd6fc44c4b62
[clang] add tests to ExprMutAnalyzer that reproduced a crash in ASTMatchers

Summary:
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.

Reviewers: aaron.ballman, sammccall, rsmith, george.karpenkov

Reviewed By: sammccall

Subscribers: baloghadamsoftware, a.sidorin, Szelethus, donat.nagy, dkrupp, cfe-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351743 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Analysis/ExprMutationAnalyzerTest.cpp