summaryrefslogtreecommitdiff
path: root/include/llvm/Support/SourceMgr.h
Commit message (Expand)AuthorAge
* Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko2013-05-05
* Add basic fix-its to SMDiagnostic.Jordan Rose2013-01-10
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-23
* fix warnings when compiling with -WshadowNick Kledzik2012-05-18
* 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
* add missing header <shame>Chris Lattner2012-05-05
* SourceMgr: Colorize diagnostics.Benjamin Kramer2012-04-18
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-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
* Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby2011-10-12
* Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger2011-06-01
* Remove the showline argument from the SMDiagnostic constructorDan Gohman2011-03-01
* add a missing const qualifier for consistency.Chris Lattner2011-03-01
* 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
* Don't construct a std::string with a literal "".Dan Gohman2010-08-04
* this accessor doesn't need to copy the string.Chris Lattner2010-04-06
* 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
* add a comment.Chris Lattner2010-04-05
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-11
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-27
* Trailing whitespace.Mikhail Glushenkov2010-01-27
* Split SMLoc out in its own header so that it canSean Callanan2010-01-18
* 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
* Use the default copy-ctor, copy-assignment, and destructor.Dan Gohman2009-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
* Add SMLoc::isValid method.Daniel Dunbar2009-06-29
* 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