]> granicus.if.org Git - clang/history - include/clang/Frontend/TextDiagnosticPrinter.h
Header guard canonicalization, clang part.
[clang] / include / clang / Frontend / TextDiagnosticPrinter.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-03-13 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-09 Ahmed Charles[C++11] Replace OwningPtr include with <memory>.
2014-03-07 Ahmed CharlesReplace OwningPtr with std::unique_ptr.
2013-05-03 Douglas GregorRemove DiagnosticConsumer::clone(), a bad idea that...
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-12-04 Chandler CarruthSort #include lines for all files under include/...
2012-10-23 Douglas GregorMake DiagnosticOptions intrusively reference-counted...
2012-05-10 Argyrios KyrtzidisFix an assertion hit when the serialized diagnostics...
2012-02-05 Dylan NoblesmithBasic: import OwningPtr<> into clang namespace
2011-10-16 Chandler CarruthPersist the TextDiagnostic object across multiple diagn...
2011-10-15 Chandler CarruthRationalize the last bit of "arbitrary" state that...
2011-10-15 Chandler CarruthNeither 'Warning' nor 'NonNote' was a good name for...
2011-10-15 Chandler CarruthSink the include stack printing into the generic text...
2011-10-15 Chandler CarruthRationalize some of how the locations of prior diagnost...
2011-10-15 Chandler CarruthSink the EmitDiagnosticLoc method down to the generic...
2011-10-15 Chandler CarruthSink the non-caret diagnostic logic down and out of...
2011-10-15 Chandler CarruthSimplify the interface of a helper method in the TextDi...
2011-09-29 Douglas GregorIntroduce a pure virtual clone() method to DiagnosticCo...
2011-09-26 David BlaikieRename DiagnosticInfo to Diagnostic as per issue 5397
2011-09-25 David BlaikieRename DiagnosticClient to DiagnosticConsumer as per...
2011-09-25 David BlaikieRename Diagnostic to DiagnosticsEngine as per issue...
2011-09-25 Chandler CarruthInline this method now that its completely trivial...
2011-09-25 Chandler CarruthActually remove the members of CaretDiagnostic no longe...
2011-09-25 Chandler CarruthSink the logic for suppressing some macro expansion...
2011-09-07 Chandler CarruthExtract the emission of the diagnostic's location into...
2011-09-07 Chandler CarruthMove the HilightRange method from TextDiagnosticPrinter...
2011-09-07 Chandler CarruthSwitch the CharSourceRange array to a small vector...
2011-09-06 Chandler CarruthUse ArrayRef for the fixit hint array rather than a...
2011-08-31 Chandler CarruthCreate a CaretDiagnostic class to hold the logic for...
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-06-28 Chris LattnerFix PR9279 - Macro expansion stack trace seriously...
2011-03-27 Chandler CarruthAdd an option to suppress include stack printing on...
2010-06-18 Chris Lattnerintroduce a new CharSourceRange class, and enhance...
2010-05-04 Douglas GregorIntroduce a limit on the depth of the macro instantiati...
2010-04-20 Chris Lattnerchange FullSourceLoc to have a *const* SourceManager...
2010-03-31 Douglas GregorReinstate my CodeModificationHint -> FixItHint renaming...
2010-03-31 Douglas GregorRevert r100008, which inexplicably breaks the clang...
2010-03-31 Douglas GregorRename CodeModificationHint to FixItHint, since we...
2010-02-25 Daniel DunbarAdd TextDiagnosticPrinter::setPrefix, for adding a...
2009-11-14 Daniel DunbarPass Preprocessor through DiagnosticClient::BeginSource...
2009-11-11 Daniel DunbarAllow TextDiagnosticPrinter to have optional ownership...
2009-11-05 Daniel DunbarReplace DiagnosticClient::setLangOptions with {Begin...
2009-11-04 Daniel DunbarFactor out a diagnostic options class.
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-06-04 Torok EdwinAdd ANSI color support for clang.
2009-05-06 Douglas GregorEliminate extra vertical space in Clang diagnostics
2009-05-01 Douglas GregorWhen printing a source line as part of a diagnostic...
2009-05-01 Douglas GregorImplement -fmessage-length=N, which word-wraps diagnost...
2009-04-19 Chris Lattnerimplement compiler support for -fno-diagnostics-fixit...
2009-04-17 Chris Lattneradd a virtual method to DiagnosticClient to get rid...
2009-04-16 Chris Lattnerimplement framework for -fdiagnostics-show-option,...
2009-04-14 Chris LattnerChange Lexer::MeasureTokenLength to take a LangOptions...
2009-03-13 Chris Lattnerimplement a new -fprint-source-range-info option, which
2009-03-10 Douglas GregorExtend the notion of active template instantiations...
2009-03-02 Daniel DunbarNormalize .h guards.
2009-03-02 Daniel DunbarRename lib/Driver (etc) to lib/Frontend in prep for...