aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/DiagnosticRenderer.h
AgeCommit message (Expand)Author
2013-02-16Documentation cleanup: make a \brief be brief, and fix a bad use of \see.James Dennett
2012-12-05Simplify slightly by seperating out the responsibility for emission of a caretRichard Smith
2012-11-30Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!Douglas Gregor
2012-11-30When we're emitting a diagnostic with a source location in an importedDouglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-08-23Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-02-14Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek