1. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  2. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  3. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  4. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  5. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
  6. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
  7. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  8. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  9. 336f26b fix a minor bug with my previous patch by Chris Lattner · 16 years ago
  10. f5d2328 fix notes so that they are always filtered with the same logic by Chris Lattner · 16 years ago
  11. 1522142 don't emit any diagnostics after a fatal one. by Chris Lattner · 16 years ago
  12. da0cbc1 add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 16 years ago
  13. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  14. 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  15. 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  16. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  17. cabe668 Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 16 years ago
  18. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  19. e206532 Fix order of evaluation. by Sebastian Redl · 16 years ago
  20. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  21. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  22. 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
  23. 22caddc Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
  24. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  25. 3cbfe2c Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
  26. af7ae4e Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
  27. 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  28. 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  29. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  30. 73d2a1b implement a transparent optimization with the diagnostics stuff: by Chris Lattner · 16 years ago
  31. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  32. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  33. e7f74fc Fix PR3077: tokens that come from macro expansions whose macro was by Chris Lattner · 16 years ago
  34. a1f23cc fix rdar://6288301: custom warnings don't respect -Werror. by Chris Lattner · 16 years ago
  35. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  36. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  37. b4398aa Fix --html-diags in driver by delaying the construction of an HTMLDiagnosticClient until after we have created the Preprocessor object. by Ted Kremenek · 16 years ago
  38. 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 16 years ago
  39. 5b4681c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 16 years ago
  40. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 17 years ago
  41. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 17 years ago
  42. 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
  43. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/Diagnostic.cpp]
  44. 87cf5ac Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  45. 7097d91 Fix PR1966 by ignoring non-error diagnostics from system headers even if they are by Chris Lattner · 17 years ago
  46. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  47. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  48. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  49. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  50. 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
  51. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  52. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  53. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago