aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-assignment-condition.cpp
AgeCommit message (Expand)Author
2012-10-21Unrevert r166268, reverted in r166272, with a fix for the issue which NickRichard Smith
2012-10-19Revert r166268, this fix for a crash-on-invalid introduced a rejects-valid.Nick Lewycky
2012-10-19PR14124: When performing template instantiation of a qualified-id outside of aRichard Smith
2011-09-06Place 'equality comparison with extraneous parentheses...' into a subgroup of...Ted Kremenek
2011-03-28Don't do the checks of Sema::DiagnoseEqualityWithExtraParens() on type-depend...Argyrios Kyrtzidis
2011-02-02Remove redundant check to not warn for warn_equality_with_extra_parens if we ...Ted Kremenek
2011-02-01Don't warn about extraneous '()' around a comparison if it occurs within a ma...Ted Kremenek
2011-02-01Don't warn for "if ((a == b))" if the parens came from a macro. Thanks to Far...Argyrios Kyrtzidis
2011-02-01For "if ((a == b))" only warn if 'a' is a modifiable l-value. Caught by John!Argyrios Kyrtzidis
2011-02-01Warn for "if ((a == b))" where the equality expression is needlessly wrapped ...Argyrios Kyrtzidis
2011-01-19Warn about the use of unparenthesized |= in conditionals (which may beDouglas Gregor
2010-04-14When diagnosing suspicious precedence or assignments, move the fix-itDouglas Gregor
2010-01-08Improve the fix-its for -Wparentheses to ensure that the fix-itDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-10-12Implement -Wparentheses: warn about using assignments in contexts that requireJohn McCall