aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/SourceMgr.h
AgeCommit message (Expand)Author
2013-05-05Add ArrayRef constructor from None, and do the cleanups that this constructor...Dmitri Gribenko
2013-01-10Add basic fix-its to SMDiagnostic.Jordan Rose
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher
2012-12-03Sort the #include lines for the include/... tree with the script.Chandler Carruth
2012-09-16Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-05-18fix warnings when compiling with -WshadowNick Kledzik
2012-05-05reapply my patch, with a fix for an off-by-one error. Turned out to be a lotChris Lattner
2012-05-05revert my patches, which are causing problems.Chris Lattner
2012-05-05add missing header <shame>Chris Lattner
2012-04-18SourceMgr: Colorize diagnostics.Benjamin Kramer
2011-10-16PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer
2011-10-16remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner
2011-10-16Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner
2011-10-16Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner
2011-10-12Finish supporting cpp #file/line comments in assembler for error messages. SoKevin Enderby
2011-06-01Add new -d option to tblgen. It writes a make(1)-style dependency file.Joerg Sonnenberger
2011-03-01Remove the showline argument from the SMDiagnostic constructorDan Gohman
2011-03-01add a missing const qualifier for consistency.Chris Lattner
2010-11-17now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-08-04Don't construct a std::string with a literal "".Dan Gohman
2010-04-06this accessor doesn't need to copy the string.Chris Lattner
2010-04-06enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner
2010-04-06give the SourceMgr object a cookie.Chris Lattner
2010-04-06Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner
2010-04-05add a comment.Chris Lattner
2010-02-11Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin
2010-01-27Make SMDiagnostic::Print a const method.Mikhail Glushenkov
2010-01-27Trailing whitespace.Mikhail Glushenkov
2010-01-18Split SMLoc out in its own header so that it canSean Callanan
2009-11-22SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar
2009-08-11add a trivial line # cache to SourceMgr to make repeated queries toChris Lattner
2009-08-11Use the default copy-ctor, copy-assignment, and destructor.Dan Gohman
2009-07-02switch the .ll parser to use SourceMgr.Chris Lattner
2009-07-02add an explicit class for holding llvm::SourceMgr diagnostics and useChris Lattner
2009-06-30Normalize SourceMgr messages.Daniel Dunbar
2009-06-29Add SMLoc::isValid method.Daniel Dunbar
2009-06-21rename SourceMgr::PrintError to PrintMessage.Chris Lattner
2009-06-21move include searching logic from TGLexer to SourceMgr.Chris Lattner
2009-06-21Rename TGSourceMgr -> SourceMgr.Chris Lattner
2009-06-21rename TGLoc -> SMLoc.Chris Lattner
2009-06-21move TGSourceMgr class out of TableGen into libsupport.Chris Lattner