summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-assignment-condition.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith2012-10-211-3/+3
* Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky2012-10-191-3/+3
* PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith2012-10-191-3/+3
* Place 'equality comparison with extraneous parentheses...' into a subgroup of...Ted Kremenek2011-09-061-0/+6
* Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend...Argyrios Kyrtzidis2011-03-281-0/+13
* Remove redundant check to not warn for warn_equality_with_extra_parens if we ...Ted Kremenek2011-02-021-9/+0
* Don't warn about extraneous '()' around a comparison if it occurs within a ma...Ted Kremenek2011-02-011-0/+10
* Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far...Argyrios Kyrtzidis2011-02-011-0/+4
* For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John!Argyrios Kyrtzidis2011-02-011-0/+10
* Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...Argyrios Kyrtzidis2011-02-011-0/+4
* Warn about the use of unparenthesized |= in conditionals (which may beDouglas Gregor2011-01-191-0/+10
* When diagnosing suspicious precedence or assignments, move the fix-itDouglas Gregor2010-04-141-16/+33
* Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor2010-01-081-16/+32
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement -Wparentheses: warn about using assignments in contexts that requireJohn McCall2009-10-121-0/+65