[PATCH] D14498: [Analyzer] Fix an assertion caused by r250237 (PR25392)
Sean Eveson via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 9 07:35:40 PST 2015
seaneveson added a comment.
Fix an assertion which occurs when getCXXThisVal() returns an Unknown SVal and the Analyzer tries to get the corresponding memory region.
This assertion was reported in PR25392. The test case from this Bugzilla has been added.
(Forgot to add cfe-commits when creating the review).
http://reviews.llvm.org/D14498
More information about the cfe-commits
mailing list