Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Fix FieldRegion dumps. | Artem Dergachev | 2019-10-18 | 1 | -1/+1 |
| | | | | | | | | | The '->' thing has always been confusing; the actual operation '->' translates to a pointer dereference together with adding a FieldRegion, but FieldRegion on its own doesn't imply an additional pointer dereference. llvm-svn: 375281 | ||||
* | [analyzer] exploded-graph-rewriter: Add support for objects under construction. | Artem Dergachev | 2019-07-02 | 1 | -0/+25 |
This trait is Environment-like, so there was a chance to re-use a lot of code. Differential Revision: https://reviews.llvm.org/D64047 llvm-svn: 364880 |