summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/warn-unsequenced.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] SequenceChecker: Fix handling of operator ||, && and ?:Bruno Ricci2019-12-221-7/+8
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-061-0/+7
* Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...Simon Pilgrim2019-05-051-7/+0
* Use DiagRuntimeBehavior for -Wunsequenced to weed out false positivesRichard Smith2019-05-041-0/+7
* Fix -Wunsequenced false-positives in code controlled by a branch onRichard Smith2019-05-021-0/+2
* Teach EvaluatedExprVisitor that the condition and unselected branches of aRichard Smith2014-12-031-0/+3
* PR21706: -Wunsequenced was missing warnings when leaving a sequenced region t...Richard Smith2014-12-031-2/+7
* Teach -Wunsequenced that the side-effects of a function evaluation are sequencedRichard Smith2013-06-301-0/+3
* PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment'sRichard Smith2013-06-261-0/+85
OpenPOWER on IntegriCloud