aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/SourceMgr.h
Commit message (Expand)AuthorAgeFilesLines
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-221-4/+11
* add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner2009-08-111-1/+5
* Use the default copy-ctor, copy-assignment, and destructor.Dan Gohman2009-08-111-11/+0
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-0/+10
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-021-6/+36
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-1/+4
* Add SMLoc::isValid method.Daniel Dunbar2009-06-291-0/+2
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-3/+2
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-0/+13
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-9/+9
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-14/+14
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-0/+108