aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/SourceMgr.h
AgeCommit message (Expand)Author
2009-08-11add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner
2009-08-11Use the default copy-ctor, copy-assignment, and destructor.Dan Gohman
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner
2009-06-30Normalize SourceMgr messages.Daniel Dunbar
2009-06-29Add SMLoc::isValid method.Daniel Dunbar
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner