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
/
switch-implicit-fallthrough.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
P0188R1: add support for standard [[fallthrough]] attribute. This is almost
Richard Smith
2016-03-08
1
-4
/
+18
*
Revert r234786, it contained a bunch of stuff I did not mean to commit.
Nico Weber
2015-04-13
1
-5
/
+1
*
Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.
Nico Weber
2015-04-13
1
-1
/
+5
*
Fix "warning: fallthrough annotation does not directly precede switch label" ...
Alexander Kornienko
2014-06-24
1
-19
/
+41
*
As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...
Nick Lewycky
2014-02-27
1
-0
/
+13
*
Moved fallthrough regression test to switch-implicit-fallthrough.cpp.
Alexander Kornienko
2013-04-02
1
-0
/
+18
*
-Wimplicit-fallthrough: fixed two cases where "fallthrough annotation in unre...
Alexander Kornienko
2013-02-07
1
-11
/
+29
*
Fixed segmentation fault when a CFGBlock has NULL successor.
Alexander Kornienko
2013-02-01
1
-0
/
+5
*
Don't warn on fall-through from unreachable code.
Alexander Kornienko
2013-01-30
1
-7
/
+22
*
Silence unintended fallthrough diagnostic on a case label preceded with a nor...
Alexander Kornienko
2013-01-25
1
-0
/
+12
*
Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...
Alexander Kornienko
2013-01-25
1
-0
/
+2
*
Added test with sizeof conditions (relies on to-be-implemented functionality ...
Alexander Kornienko
2012-06-20
1
-0
/
+18
*
Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a
Alexander Kornienko
2012-05-26
1
-0
/
+2
*
Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between
Richard Smith
2012-05-03
1
-0
/
+177