[PATCH] D29857: Catch trivially true statements of the form a != 1 || a != 3. Statements likethese are likely errors. They are particularly easy to miss when handling enums:enum State {RUNNING, STOPPED, STARTING, ENDING}...if (state != RUNNING || state !=...
Blaise Watson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 16:53:19 PST 2017
watsond abandoned this revision.
watsond added a comment.
Apologies all. I messed up the formatting. Resubmitting in a second.
https://reviews.llvm.org/D29857
More information about the cfe-commits
mailing list