Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Fix assertion failure invalidating on const member function calls ↵ | Devin Coughlin | 2015-11-09 | 1 | -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 Coughlin | 2015-10-13 | 1 | -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 |