summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/TableGen.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-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 Blaikie2011-12-201-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 causePeter Collingbourne2011-10-061-0/+176
the build systems to use clang-tblgen. llvm-svn: 141291
OpenPOWER on IntegriCloud