Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clang] fix a typo from r372531 | Yuanfang Chen | 2019-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewers: xbolva00 Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D68482 llvm-svn: 373792 | ||||
* | [Diagnostics] Warn if ?: with integer constants always evaluates to true | David Bolvansky | 2019-09-22 | 1 | -0/+32 |
Extracted from D63082. GCC has this warning under -Wint-in-bool-context, but as noted in the D63082's review, we should put it under TautologicalConstantCompare. llvm-svn: 372531 |