Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-08-21 Reid KlecknerAdd an explicit move constructor to SrcBuffer
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-07-20 Matt ArsenaultFix size_t -> uint warnings with MSVC 64-bit build
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
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.