split buffer management and diagnostic printing out of the tblgen
authorChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 07:05:43 +0000 (07:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Mar 2009 07:05:43 +0000 (07:05 +0000)
commitaa739d26b1e65aec7f9afa1cde7e069c081ea355
tree47022e6176ab05e1d1efdb65d81a29fff79e07ba
parent49c8aa0d8b2824c70d178c5d55cda64d6613c0d8
split buffer management and diagnostic printing out of the tblgen
lexer into its own TGSourceMgr class.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66873 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.h
utils/TableGen/TGSourceMgr.cpp [new file with mode: 0644]
utils/TableGen/TGSourceMgr.h [new file with mode: 0644]
utils/TableGen/TableGen.cpp