Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix -Wlogical-not-parentheses to work better with C code. | Richard Trieu | 2015-08-19 | 1 | -0/+204 |
Remove the assumption of a Boolean type by checking if an expression is known to have a boolean value. Disable warning in two other tests. llvm-svn: 245507 |