aboutsummaryrefslogtreecommitdiff
path: root/lib/TableGen/Error.cpp
AgeCommit message (Expand)Author
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-25In preparation for removing exception handling in tablegen, addJoerg Sonnenberger
2012-08-22Print out the location of expanded multiclass defs in TableGen errors.Jakob Stoklund Olesen
2012-04-18Fix copy/paste-o.Jim Grosbach
2012-04-18TableGen add warning diagnostic helper functions.Jim Grosbach
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-01Move TableGen's parser and entry point into a libraryPeter Collingbourne