aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TGLexer.h
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* add missing #includeChris Lattner2007-11-221-0/+1
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-13/+66
* Record the start of the current token, for use in error reporting.Chris Lattner2007-11-191-1/+5
* Add carat diagnostics to tblgen lexer errors.Chris Lattner2007-11-191-5/+6
* reimplement the tblgen lexer with a simple hand-written lexer. This eliminatesChris Lattner2007-11-181-0/+74