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] const init: handle non-explicit cases more accurately | Rafael Stahl | 2018-05-29 | 1 | -0/+20 |
Summary: If the access is out of bounds, return UndefinedVal. If it is missing an explicit init, return the implicit zero value it must have. Reviewers: NoQ, xazax.hun, george.karpenkov Reviewed By: NoQ Subscribers: szepet, rnkovacs, a.sidorin, cfe-commits Differential Revision: https://reviews.llvm.org/D46823 llvm-svn: 333417 |