summaryrefslogtreecommitdiff
path: root/lib/Support/SourceMgr.cpp
Commit message (Expand)AuthorAge
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-17
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-06
* give the SourceMgr object a cookie.Chris Lattner2010-04-06
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-06
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-27
* Trailing whitespace.Mikhail Glushenkov2010-01-27
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-21
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-22
* add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner2009-08-11
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-02
* add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner2009-07-02
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21