summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/switch-implicit-fallthrough-regression.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved fallthrough regression test to switch-implicit-fallthrough.cpp.Alexander Kornienko2013-04-021-17/+0
| | | | llvm-svn: 178554
* Fixed "fallthrough annotation does not directly precede switch label" warning inAlexander Kornienko2013-04-021-0/+17
case when [[clang::fallthrough]]; is used in a method of a local class. llvm-svn: 178543
OpenPOWER on IntegriCloud