index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
warn-unsequenced.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sema] SequenceChecker: C++17 sequencing rules for built-in operators <<, >>,...
Bruno Ricci
2019-12-22
1
-20
/
+69
*
[Sema] SequenceChecker: Fix handling of operator ||, && and ?:
Bruno Ricci
2019-12-22
1
-8
/
+68
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-06
1
-2
/
+2
*
Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...
Simon Pilgrim
2019-05-05
1
-2
/
+2
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-04
1
-2
/
+2
*
[Sema][NFC] SequenceChecker: More tests in preparation for D57660
Bruno Ricci
2019-02-23
1
-5
/
+148
*
[Sema][NFC] SequenceChecker: Add tests for references/members, and prepare fo...
Bruno Ricci
2019-02-15
1
-37
/
+246
*
Fix false positive unsequenced access and modification warning in array subsc...
Nicolas Lesser
2019-01-10
1
-0
/
+1
*
Fix false positive in -Wunsequenced and templates.
Richard Trieu
2016-08-05
1
-0
/
+55
*
Teach -Wunsequenced that the side-effects of a function evaluation are sequenced
Richard Smith
2013-06-30
1
-1
/
+11
*
PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's
Richard Smith
2013-06-26
1
-0
/
+2
*
Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not
Richard Smith
2013-01-17
1
-0
/
+5
*
-Wunsequenced: if the LHS of an &&, || or ?: is not constant, check for
Richard Smith
2013-01-17
1
-0
/
+7
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
1
-0
/
+91