summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGSourceMgr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-105/+0
| | | | llvm-svn: 73842
* fix a few spelling errors and typosJim Grosbach2009-03-261-1/+1
| | | | llvm-svn: 67758
* include the null at the end of a memorybuffer as part of the buffer.Chris Lattner2009-03-181-1/+3
| | | | | | | This allows tblgen to handle include "foo.td" when the quote is exactly the last character in a file. rdar://6695728 llvm-svn: 67232
* make "locations" a class instead of a typedef.Chris Lattner2009-03-131-12/+11
| | | | llvm-svn: 66895
* split buffer management and diagnostic printing out of the tblgenChris Lattner2009-03-131-0/+104
lexer into its own TGSourceMgr class. llvm-svn: 66873
OpenPOWER on IntegriCloud