1. a88084b Rework how CIndex handles diagnostics. Rather than using a callback, by Douglas Gregor · 15 years ago
  2. 779cf42 Suppress warnings if their instantiation location is in a system header, not by John McCall · 15 years ago
  3. d93256e Introduce serialization and deserialization of diagnostic information by Douglas Gregor · 15 years ago
  4. 909c182 Pre-emptive bugfixes in the diagnostics code: allow arbitrary punctuation by John McCall · 15 years ago
  5. 3be16b7 Add the %ordinal format modifier for turning '1' into '1st'. Hard-coded for by John McCall · 15 years ago
  6. 9f28614 Perform format-expansion on %select results. by John McCall · 15 years ago
  7. e663c72 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 15 years ago
  8. 0304c6c Remove 'LangOpts' from Diagnostic (added in http://llvm.org/viewvc/llvm-project?view=rev&revision=90642). by Steve Naroff · 15 years ago
  9. e0c4d89 Integrate the following from the 'objective-rewrite' branch: by Steve Naroff · 15 years ago
  10. 32d4d80 Convert Diagnostic::getCustomDiagID to take a StringRef. by Daniel Dunbar · 15 years ago
  11. ca2c3e2 Fixed undefined behavior in pushMappings when the stack has to resize. by John Thompson · 15 years ago
  12. b54d8af teach FormatDiagnostic to aggregate previously formatted arguments and by Chris Lattner · 15 years ago
  13. 01eb9b9 PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients by Daniel Dunbar · 15 years ago
  14. 23e47c6 Use raw_ostream for formatting integers, and use IdentifierInfo::getNameStr by Daniel Dunbar · 15 years ago
  15. 5a3ce9b increase helpfulness of assert message. by Chris Lattner · 15 years ago
  16. 3f09327 Unify our diagnostic printing for errors of the form, "we didn't like by Douglas Gregor · 15 years ago
  17. 81b747b Initial implementation of a code-completion interface in Clang. In by Douglas Gregor · 15 years ago
  18. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  19. dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
  20. 04ae2df add push/pop semantics for diagnostics. Patch by Louis Gerbarg! by Chris Lattner · 15 years ago
  21. 8439fac Base SFINAE error suppression counting on the class of an error, not by Douglas Gregor · 15 years ago
  22. 5e9f35c Update LLVM. by Douglas Gregor · 15 years ago
  23. a7e1898 when creating custom warning diagnostics, do not attempt to map by Chris Lattner · 15 years ago
  24. e46e354 Don't crash in the diagnostic printer if we happen to get passed a by Daniel Dunbar · 16 years ago
  25. 3bc172b move group twiddling options into Diagnostic.cpp instead of by Chris Lattner · 16 years ago
  26. 87d854e optimize and comment GetDiagInfo. by Chris Lattner · 16 years ago
  27. 121f60c merge several scattered tables into StaticDiagInfo. by Chris Lattner · 16 years ago
  28. 33dd282 Implement Diagnostic::getWarningOptionForDiag with information from tblgen, by Chris Lattner · 16 years ago
  29. 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 16 years ago
  30. d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 16 years ago
  31. b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 16 years ago
  32. 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 16 years ago
  33. 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 16 years ago
  34. fe526d2 fix some out of bounds array access problems, which manifest particularly by Chris Lattner · 16 years ago
  35. d2aa7c9 move {'s by Chris Lattner · 16 years ago
  36. 8a941e0 Make diagnostic class explicit in the diag record instead of by Chris Lattner · 16 years ago
  37. 4ac072a Tblgen now passes the default mapping explicitly, instead of having it by Chris Lattner · 16 years ago
  38. 27ceb9d Rejigger how -pedantic and -pedantic-errors work and their interaction by Chris Lattner · 16 years ago
  39. 25a88bb Eliminate post-diagnostic hooks. Instead, implement a Sema-specific by Douglas Gregor · 16 years ago
  40. 4d7a089 Bindir and Win32 builds work, so switch to .inc files. Leave the .def files in the tree for a day or so longer. by Sebastian Redl · 16 years ago
  41. 525c4b0 Allow notes to be printed following a fatal error, then suppress any by Douglas Gregor · 16 years ago
  42. e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 16 years ago
  43. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 16 years ago
  44. 50f4f46 Add Diagnostic files for Frontend and move a couple errors over. by Daniel Dunbar · 16 years ago
  45. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 16 years ago
  46. ee1828a Add a notion of "post-diagnostic hooks", which are callbacks attached by Douglas Gregor · 16 years ago
  47. d42ffbd Revert my last couple patches until I can get them to not make the tests fail. by Ted Kremenek · 16 years ago
  48. b9eb3af Teach Diagnostic about Selector. by Ted Kremenek · 16 years ago
  49. 92dd386 replace a dirty hack with a clean solution. Too bad we can't by Chris Lattner · 16 years ago
  50. d0344a4 Fix a long standard problem with clang retaining "too much" sugar by Chris Lattner · 16 years ago
  51. 336f26b fix a minor bug with my previous patch by Chris Lattner · 16 years ago
  52. f5d2328 fix notes so that they are always filtered with the same logic by Chris Lattner · 16 years ago
  53. 1522142 don't emit any diagnostics after a fatal one. by Chris Lattner · 16 years ago
  54. da0cbc1 add support to the diagnostics machinery for mapping warnings and by Chris Lattner · 16 years ago
  55. 47b9a1c Some name-lookup-related fixes, from Piotr Rak! by Douglas Gregor · 16 years ago
  56. 19e8e2c next round of diagnostics cleanups, moving some by Chris Lattner · 16 years ago
  57. 88eccaf Fix -Wimplicit-function-declaration, which required some refactoring and by Chris Lattner · 16 years ago
  58. 20c6b3b Split the single monolithic DiagnosticKinds.def file into one by Chris Lattner · 16 years ago
  59. 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
  60. df7c17a Change some terminology in SourceLocation: instead of referring to by Chris Lattner · 16 years ago
  61. e206532 Fix order of evaluation. by Sebastian Redl · 16 years ago
  62. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  63. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  64. 3fdf4b0 Genericize the qualtype formating callback to support any diag argument. by Chris Lattner · 16 years ago
  65. 22caddc Add support for sending QualType's directly into diags and convert two by Chris Lattner · 16 years ago
  66. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  67. 3cbfe2c Split the DiagnosticInfo class into two disjoint classes: by Chris Lattner · 16 years ago
  68. af7ae4e Add the concept of "modifiers" to the clang diagnostic format by Chris Lattner · 16 years ago
  69. 43b628c Allow sending IdentifierInfo*'s into Diagnostics without turning them into strings by Chris Lattner · 16 years ago
  70. 30bc965 add direct support for signed and unsigned integer arguments to diagnostics. by Chris Lattner · 16 years ago
  71. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  72. 73d2a1b implement a transparent optimization with the diagnostics stuff: by Chris Lattner · 16 years ago
  73. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  74. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  75. e7f74fc Fix PR3077: tokens that come from macro expansions whose macro was by Chris Lattner · 16 years ago
  76. a1f23cc fix rdar://6288301: custom warnings don't respect -Werror. by Chris Lattner · 16 years ago
  77. 2fe0997 Add --suppress-system-warnings (on by default, use =0 to disable) by Daniel Dunbar · 16 years ago
  78. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  79. 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
  80. 4489fe1 Add EXTWARN Diagnostic class. by Daniel Dunbar · 16 years ago
  81. 5b4681c Implement support for -w, which silences all warnings. PR2384. by Chris Lattner · 16 years ago
  82. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 17 years ago
  83. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 17 years ago
  84. 615f517 Added variation of the "Report" method in the class Diagnostic that takes by Ted Kremenek · 17 years ago
  85. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago[Renamed from Basic/Diagnostic.cpp]
  86. 87cf5ac Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  87. 7097d91 Fix PR1966 by ignoring non-error diagnostics from system headers even if they are by Chris Lattner · 17 years ago
  88. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  89. 9c728dc TargetInfo no longer includes a reference to SourceManager. by Ted Kremenek · 17 years ago
  90. 2eefd86 Modified the internals of Diagnostic and DiagnosticClient to use by Ted Kremenek · 17 years ago
  91. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  92. 182745a add support for custom client-specific diagnostics. As a testcase, make the by Chris Lattner · 17 years ago
  93. 0750618 start partitioning the diagnostics into two classes: those by Chris Lattner · 17 years ago
  94. f3a031f remove the FATAL classifier. by Chris Lattner · 17 years ago
  95. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago