summaryrefslogtreecommitdiffstats
path: root/include/clang/Frontend/DiagnosticRenderer.h
Commit message (Expand)AuthorAgeFilesLines
* DiagnosticRenderer.h: Prune \param SM, corresponding to rL306384. [-Wdocument...NAKAMURA Takumi2017-06-281-2/+0
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-48/+33
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-33/+48
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-48/+33
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Use an iterative method instead of recursion for printing macro backtraces.Richard Trieu2015-07-281-3/+5
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-2/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-211-5/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-12/+11
* Documentation cleanup: make a \brief be brief, and fix a bad use of \see.James Dennett2013-02-161-2/+3
* Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith2012-12-051-7/+10
* Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor2012-11-301-1/+1
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-301-2/+13
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-2/+10
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-3/+3
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-13/+21
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-141-7/+33
* Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek2011-12-171-0/+123