aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SourceMgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-8/+8
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-061-1/+1
* give the SourceMgr object a cookie.Chris Lattner2010-04-061-1/+2
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-061-1/+8
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-271-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-01-271-19/+19
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-211-9/+12
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-221-16/+19
* add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner2009-08-111-0/+40
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-10/+21
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-021-19/+52
* Normalize SourceMgr messages.Daniel Dunbar2009-06-301-3/+7
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-211-6/+6
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-211-0/+20
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-211-5/+5
* rename TGLoc -> SMLoc.Chris Lattner2009-06-211-6/+6
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-211-0/+107