Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Split of versions of -Wimplicit-{float,int}-conversion for ↵ | Erik Pilkington | 2019-09-17 | 1 | -1/+20 |
| | | | | | | | | | | | | | Objective-C BOOL Also, add a diagnostic group, -Wobjc-signed-char-bool, to control all these related diagnostics. rdar://51954400 Differential revision: https://reviews.llvm.org/D67559 llvm-svn: 372183 | ||||
* | [ObjC] Add a warning for implicit conversions of a constant non-boolean ↵ | Erik Pilkington | 2019-07-09 | 1 | -0/+40 |
value to BOOL rdar://51954400 Differential revision: https://reviews.llvm.org/D63912 llvm-svn: 365518 |