summaryrefslogtreecommitdiff
path: root/lib/Support/SourceMgr.cpp
Commit message (Expand)AuthorAge
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-27
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-27
* Fix size_t -> uint warnings with MSVC 64-bit buildMatt Arsenault2013-07-20
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C ...Benjamin Kramer2013-02-15
* SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.Jordan Rose2013-01-11
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* Change SMRange to be half-open (exclusive end) instead of closed (inclusive)Jordan Rose2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* SourceMgr: Use has_colors() instead of just is_displayed() before trying to useDaniel Dunbar2012-07-20
* Don't assume size_t is unsigned long long.Matt Beaumont-Gay2012-05-07
* make SourceMgr tolerate empty SMLoc()'s better.Chris Lattner2012-05-06
* reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner2012-05-05
* revert my patches, which are causing problems.Chris Lattner2012-05-05
* refactor some code to expose column numbers more and make diagnostic printing...Chris Lattner2012-05-05
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-18
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-16
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...Michael J. Spencer2010-12-16
* Fix whitespace.Michael J. Spencer2010-12-09
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* 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