aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Diagnostic.cpp
AgeCommit message (Expand)Author
2008-11-27Fix order of evaluation.Sebastian Redl
2008-11-23Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner
2008-11-23add support for inserting a DeclarationName into a diagnostic directlyChris Lattner
2008-11-23Genericize the qualtype formating callback to support any diag argument.Chris Lattner
2008-11-23Add support for sending QualType's directly into diags and convert twoChris Lattner
2008-11-22Implement a %plural modifier for complex plural forms in diagnostics. Use it ...Sebastian Redl
2008-11-22Split the DiagnosticInfo class into two disjoint classes:Chris Lattner
2008-11-21Add the concept of "modifiers" to the clang diagnostic format Chris Lattner
2008-11-19Allow sending IdentifierInfo*'s into Diagnostics without turning them into st...Chris Lattner
2008-11-19add direct support for signed and unsigned integer arguments to diagnostics.Chris Lattner
2008-11-19rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner
2008-11-19implement a transparent optimization with the diagnostics stuff:Chris Lattner
2008-11-18This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner
2008-11-18Change the diagnostics interface to take an array of pointers to Chris Lattner
2008-11-16Fix PR3077: tokens that come from macro expansions whose macro wasChris Lattner
2008-10-17fix rdar://6288301: custom warnings don't respect -Werror.Chris Lattner
2008-09-12Add --suppress-system-warnings (on by default, use =0 to disable)Daniel Dunbar
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber
2008-08-07Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticC...Ted Kremenek
2008-08-05Add EXTWARN Diagnostic class.Daniel Dunbar
2008-05-29Implement support for -w, which silences all warnings. PR2384.Chris Lattner
2008-04-14Fix regression in Diagnostic that caused it to not register the numberTed Kremenek
2008-04-14Only increment the number of diagnostics when the DiagnosticClient usedTed Kremenek
2008-03-31Added variation of the "Report" method in the class Diagnostic that takesTed Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner