summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Diagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate post-diagnostic hooks. Instead, implement a Sema-specificDouglas Gregor2009-03-201-10/+0
* Bindir and Win32 builds work, so switch to .inc files. Leave the .def files i...Sebastian Redl2009-03-191-16/+16
* Allow notes to be printed following a fatal error, then suppress anyDouglas Gregor2009-03-191-12/+17
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-141-16/+16
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-141-16/+16
* Add Diagnostic files for Frontend and move a couple errors over.Daniel Dunbar2009-03-121-2/+14
* Driver: Use standard Diagnostic interface for diagnostics.Daniel Dunbar2009-03-121-2/+14
* Add a notion of "post-diagnostic hooks", which are callbacks attachedDouglas Gregor2009-03-101-0/+18
* Revert my last couple patches until I can get them to not make the tests fail.Ted Kremenek2009-03-071-8/+0
* Teach Diagnostic about Selector.Ted Kremenek2009-03-071-0/+8
* replace a dirty hack with a clean solution. Too bad we can't Chris Lattner2009-02-191-1/+3
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-3/+1
* fix a minor bug with my previous patchChris Lattner2009-02-171-1/+3
* fix notes so that they are always filtered with the same logic Chris Lattner2009-02-171-45/+79
* don't emit any diagnostics after a fatal one.Chris Lattner2009-02-061-1/+9
* add support to the diagnostics machinery for mapping warnings andChris Lattner2009-02-051-0/+5
* Some name-lookup-related fixes, from Piotr Rak!Douglas Gregor2009-02-041-0/+1
* next round of diagnostics cleanups, moving some Chris Lattner2009-01-291-26/+26
* Fix -Wimplicit-function-declaration, which required some refactoring andChris Lattner2009-01-291-27/+10
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-8/+91
* Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ...Ted Kremenek2009-01-231-1/+7
* Change some terminology in SourceLocation: instead of referring to Chris Lattner2009-01-161-1/+1
* Fix order of evaluation.Sebastian Redl2008-11-271-1/+1
* Convert IdentifierInfo's to be printed the same as DeclarationNames Chris Lattner2008-11-231-6/+11
* add support for inserting a DeclarationName into a diagnostic directlyChris Lattner2008-11-231-0/+1
* Genericize the qualtype formating callback to support any diag argument.Chris Lattner2008-11-231-8/+9
* Add support for sending QualType's directly into diags and convert twoChris Lattner2008-11-231-8/+25
* Implement a %plural modifier for complex plural forms in diagnostics. Use it ...Sebastian Redl2008-11-221-0/+126
* Split the DiagnosticInfo class into two disjoint classes:Chris Lattner2008-11-221-7/+9
* Add the concept of "modifiers" to the clang diagnostic format Chris Lattner2008-11-211-25/+121
* Allow sending IdentifierInfo*'s into Diagnostics without turning them into st...Chris Lattner2008-11-191-0/+6
* add direct support for signed and unsigned integer arguments to diagnostics.Chris Lattner2008-11-191-0/+13
* rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner2008-11-191-14/+35
* implement a transparent optimization with the diagnostics stuff:Chris Lattner2008-11-191-1/+2
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-33/+19
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-3/+3
* Fix PR3077: tokens that come from macro expansions whose macro wasChris Lattner2008-11-161-1/+1
* fix rdar://6288301: custom warnings don't respect -Werror.Chris Lattner2008-10-171-2/+8
* Add --suppress-system-warnings (on by default, use =0 to disable)Daniel Dunbar2008-09-121-1/+3
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-17/+38
* Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticC...Ted Kremenek2008-08-071-5/+5
* Add EXTWARN Diagnostic class.Daniel Dunbar2008-08-051-1/+4
* Implement support for -w, which silences all warnings. PR2384.Chris Lattner2008-05-291-4/+9
* Fix regression in Diagnostic that caused it to not register the numberTed Kremenek2008-04-141-2/+3
* Only increment the number of diagnostics when the DiagnosticClient usedTed Kremenek2008-04-141-2/+6
* Added variation of the "Report" method in the class Diagnostic that takesTed Kremenek2008-03-311-3/+7
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+232
OpenPOWER on IntegriCloud