aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SourceMgr.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-11-22SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar1-16/+19
2009-08-11add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner1-0/+40
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner1-10/+21
2009-07-02add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner1-19/+52
2009-06-30Normalize SourceMgr messages.Daniel Dunbar1-3/+7
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner1-6/+6
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner1-0/+20
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner1-5/+5
2009-06-21rename TGLoc -> SMLoc.Chris Lattner1-6/+6
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner1-0/+107