| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added test with sizeof conditions (relies on to-be-implemented functionality ↵ | Alexander Kornienko | 2012-06-20 | 1 | -0/+18 |
| | | | | | | | of CFG, discussion: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20120507/057370.html) llvm-svn: 158854 | ||||
| * | Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a | Alexander Kornienko | 2012-05-26 | 1 | -0/+2 |
| | | | | | | | switch label immediately followed by a 'break;'. llvm-svn: 157508 | ||||
| * | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith | 2012-05-03 | 1 | -0/+177 |
| cases in switch statements. Also add a [[clang::fallthrough]] attribute, which can be used to suppress the warning in the case of intentional fallthrough. Patch by Alexander Kornienko! The handling of C++11 attribute namespaces in this patch is temporary, and will be replaced with a cleaner mechanism in a subsequent patch. llvm-svn: 156086 | |||||

