Add basic fix-its to SMDiagnostic.
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
2013-01-10 Jordan RoseAdd basic fix-its to SMDiagnostic.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-08-23 Dmitri GribenkoFix a bunch of -Wdocumentation warnings.
2012-05-18 Nick Kledzikfix warnings when compiling with -Wshadow
2012-05-05 Chris Lattnerreapply my patch, with a fix for an off-by-one error...
2012-05-05 Chris Lattnerrevert my patches, which are causing problems.
2012-05-05 Chris Lattneradd missing header <shame>
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2011-10-16 Benjamin KramerPR11143: Save the old diagnostic handler and call it...
2011-10-16 Chris Lattnerremove the dead 'ShowLine' argument from SMDiagnostic.
2011-10-16 Chris LattnerMake SMDiagnostic a little more sane. Instead of passi...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-12 Kevin EnderbyFinish supporting cpp #file/line comments in assembler...
2011-06-01 Joerg SonnenbergerAdd new -d option to tblgen. It writes a make(1)-style...
2011-03-01 Dan GohmanRemove the showline argument from the SMDiagnostic...
2011-03-01 Chris Lattneradd a missing const qualifier for consistency.
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-08-04 Dan GohmanDon't construct a std::string with a literal "".
2010-04-06 Chris Lattnerthis accessor doesn't need to copy the string.
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris Lattnergive the SourceMgr object a cookie.
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattneradd a comment.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-18 Sean CallananSplit SMLoc out in its own header so that it can
2009-11-22 Daniel DunbarSourceMgr: Add ShowLine argument to PrintMessage, to...
2009-08-11 Chris Lattneradd a trivial line # cache to SourceMgr to make repeate...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattneradd an explicit class for holding llvm::SourceMgr diagn...
2009-06-30 Daniel DunbarNormalize SourceMgr messages.
2009-06-29 Daniel DunbarAdd SMLoc::isValid method.
2009-06-21 Chris Lattnerrename SourceMgr::PrintError to PrintMessage.
2009-06-21 Chris Lattnermove include searching logic from TGLexer to SourceMgr.
2009-06-21 Chris LattnerRename TGSourceMgr -> SourceMgr.
2009-06-21 Chris Lattnerrename TGLoc -> SMLoc.
2009-06-21 Chris Lattnermove TGSourceMgr class out of TableGen into libsupport.