summaryrefslogtreecommitdiffstats
path: root/test/Sema/parentheses.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning text: lower -> higherRichard Trieu2014-10-281-2/+2
* Fix a bad location in -Wparentheses fix-it hintRichard Trieu2014-08-231-0/+102
* Switch the note order for -Woverloaded-shift-op-parentheses so that the noteRichard Trieu2013-04-181-8/+12
* Update the -Wparentheses tests to check that fix-its are in the correct place.Richard Trieu2013-04-181-14/+49
* Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. ThisRichard Trieu2013-04-171-0/+6
* Remove outdated run lines from tests.Richard Trieu2013-04-091-1/+0
* Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.Benjamin Kramer2013-03-301-0/+12
* Clarify wording of -Wshift-op-parentheses.David Blaikie2012-10-191-3/+3
* Implement -Wshift-op-parentheses for: a << b + cDavid Blaikie2012-10-051-0/+12
* Silence ?: precendence warning when parenthesis are present.Hans Wennborg2011-09-121-0/+2
* Fix a crash when a pointer-to-member function is called in the conditionChandler Carruth2011-06-211-0/+14
* Make the presentation of the warnings on 'x + y ? 1 : 0' a bit moreChandler Carruth2011-06-161-12/+12
* Handle overloaded operators in ?: precedence warningHans Wennborg2011-06-091-0/+13
* Warn about missing parentheses for conditional operator.Hans Wennborg2011-06-031-0/+18