Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -3/+0 | |
| | | | | | | This allows -Wswitch-enum to find switches that need updating when these enums are modified. llvm-svn: 148281 | |||||
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -1/+1 | |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146959 | |||||
* | Add the Clang tblgen backends to Clang, and flip the switch to cause | Peter Collingbourne | 2011-10-06 | 1 | -0/+176 | |
the build systems to use clang-tblgen. llvm-svn: 141291 |