Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Fix size_t in tests. | Artem Dergachev | 2018-07-17 | 1 | -1/+2 |
| | | | | | | Should fix a buildbot. No functional change intended. llvm-svn: 337231 | ||||
* | [analyzer] pr37802: Fix symbolic-pointer-to-boolean casts during load. | Artem Dergachev | 2018-07-17 | 1 | -0/+106 |
The canonical representation of pointer &SymRegion{$x} casted to boolean is "$x != 0", not "$x". Assertion added in r337227 catches that. Differential Revision: https://reviews.llvm.org/D48232 llvm-svn: 337228 |