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] pr43036: Fix support for operator 'sizeof...'. | Artem Dergachev | 2019-08-28 | 1 | -0/+15 |
It was known to be a compile-time constant so it wasn't evaluated during symbolic execution, but it wasn't evaluated as a compile-time constant either. Differential Revision: https://reviews.llvm.org/D66565 llvm-svn: 370245 |