Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema] Split out -Wformat-type-confusion from -Wformat-pedantic | Erik Pilkington | 2019-10-04 | 1 | -4/+4 |
| | | | | | | | | | The warnings now in -Wformat-type-confusion don't align with how we interpret 'pedantic' in clang, and don't belong in -pedantic. Differential revision: https://reviews.llvm.org/D67775 llvm-svn: 373774 | ||||
* | [Sema] Suppress -Wformat diagnostics for bool types when printed using %hhd | Erik Pilkington | 2019-09-18 | 1 | -0/+46 |
Also, add a diagnostic under -Wformat for printing a boolean value as a character. rdar://54579473 Differential revision: https://reviews.llvm.org/D66856 llvm-svn: 372247 |