OSDN Git Service

move include searching logic from TGLexer to SourceMgr.
authorChris Lattner <sabre@nondot.org>
Sun, 21 Jun 2009 05:06:04 +0000 (05:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Jun 2009 05:06:04 +0000 (05:06 +0000)
commit7ee5d5f97b3fa709038ff7fd640dc775efaadc26
tree94ad4c8268c7b77b3b828c9cc0f0c868930c20aa
parent8070ea3f068980d08cc10381f4c9369d19a91353
move include searching logic from TGLexer to SourceMgr.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73845 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/SourceMgr.h
lib/Support/SourceMgr.cpp
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.h
utils/TableGen/TableGen.cpp