aboutsummaryrefslogtreecommitdiffstats
path: root/lib/TableGen/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen2013-03-201-0/+6
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+0
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-8/+0
* In preparation for removing exception handling in tablegen, addJoerg Sonnenberger2012-10-251-0/+12
* Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen2012-08-221-4/+15
* Fix copy/paste-o.Jim Grosbach2012-04-181-1/+1
* TableGen add warning diagnostic helper functions.Jim Grosbach2012-04-181-0/+16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-161-2/+2
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-011-0/+39