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
/
Sema
/
parentheses.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warning text: lower -> higher
Richard Trieu
2014-10-28
1
-2
/
+2
*
Fix a bad location in -Wparentheses fix-it hint
Richard Trieu
2014-08-23
1
-0
/
+102
*
Switch the note order for -Woverloaded-shift-op-parentheses so that the note
Richard Trieu
2013-04-18
1
-8
/
+12
*
Update the -Wparentheses tests to check that fix-its are in the correct place.
Richard Trieu
2013-04-18
1
-14
/
+49
*
Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This
Richard Trieu
2013-04-17
1
-0
/
+6
*
Remove outdated run lines from tests.
Richard Trieu
2013-04-09
1
-1
/
+0
*
Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.
Benjamin Kramer
2013-03-30
1
-0
/
+12
*
Clarify wording of -Wshift-op-parentheses.
David Blaikie
2012-10-19
1
-3
/
+3
*
Implement -Wshift-op-parentheses for: a << b + c
David Blaikie
2012-10-05
1
-0
/
+12
*
Silence ?: precendence warning when parenthesis are present.
Hans Wennborg
2011-09-12
1
-0
/
+2
*
Fix a crash when a pointer-to-member function is called in the condition
Chandler Carruth
2011-06-21
1
-0
/
+14
*
Make the presentation of the warnings on 'x + y ? 1 : 0' a bit more
Chandler Carruth
2011-06-16
1
-12
/
+12
*
Handle overloaded operators in ?: precedence warning
Hans Wennborg
2011-06-09
1
-0
/
+13
*
Warn about missing parentheses for conditional operator.
Hans Wennborg
2011-06-03
1
-0
/
+18