Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Specify the C++ standard in more tests. | Artem Dergachev | 2019-10-19 | 1 | -1/+1 |
| | | | | | | Makes life easier for downstream developers with different default standard. llvm-svn: 375308 | ||||
* | [analyzer] Fix invalidation when returning into a ctor initializer. | Artem Dergachev | 2019-07-01 | 1 | -0/+25 |
Due to RVO the target region of a function that returns an object by value isn't necessarily a temporary object region; it may be an arbitrary memory region. In particular, it may be a field of a bigger object. Make sure we don't invalidate the bigger object when said function is evaluated conservatively. Differential Revision: https://reviews.llvm.org/D63968 llvm-svn: 364870 |