summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-logical-not-compare.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wlogical-not-parentheses to work better with C code.Richard Trieu2015-08-191-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
OpenPOWER on IntegriCloud