summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/const-method-call.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Fix assertion failure invalidating on const member function calls ↵Devin Coughlin2015-11-091-0/+19
| | | | | | | | (PR25392). We now return early when the 'this' value cannot be converted to a MemRegion. llvm-svn: 252506
* [analyzer] Don’t invalidate CXXThis when conservatively evaluating const ↵Devin Coughlin2015-10-131-0/+230
methods (PR 21606) Prevent invalidation of `this' when a method is const; fixing PR 21606. A patch by Sean Eveson! Differential Revision: http://reviews.llvm.org/D13099 llvm-svn: 250237
OpenPOWER on IntegriCloud