aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/SourceMgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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