1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 89e3274 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 11 years ago
  5. cc2b653 Remove DiagnosticConsumer::clone(), a bad idea that is now unused. by Douglas Gregor · 11 years ago
  6. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  7. 02c23eb Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 12 years ago
  8. bed28ac Fix a typo (the the => the) by Sylvestre Ledru · 12 years ago
  9. e8cf7d1 Re-apply r159875 with fixes. by Ted Kremenek · 12 years ago
  10. 3b4c532 Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Weverything." It broke several builds. by NAKAMURA Takumi · 12 years ago
  11. 25570a9 Implement -Wpedantic and --no-pedantic to complement -Weverything. by Ted Kremenek · 12 years ago
  12. 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 12 years ago
  13. ceb1565 Remove the unuseful -fdiagnostics-show-name by David Blaikie · 12 years ago
  14. f7ccbad Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 12 years ago
  15. 21a869a Persist the TextDiagnostic object across multiple diagnostics as long as by Chandler Carruth · 13 years ago
  16. 7531f57 Clean up the names of all the TextDiagnostic methods (and even a static by Chandler Carruth · 13 years ago
  17. db463bb Graduate the TextDiagnostic interface to its own header and source file, by Chandler Carruth · 13 years ago
  18. 1f3839e Move the message printing to a class-static function so that it can be by Chandler Carruth · 13 years ago
  19. 7eb84dc Move the diagnostic level printing into a class static helper. This will by Chandler Carruth · 13 years ago
  20. 03efd2e Rationalize the last bit of "arbitrary" state that is carried between by Chandler Carruth · 13 years ago
  21. d614040 Neither 'Warning' nor 'NonNote' was a good name for this location... by Chandler Carruth · 13 years ago
  22. 67e2d51 Nuke a bunch of FIXMEs that are now fixed. =] Also, remove the now-dead by Chandler Carruth · 13 years ago
  23. cae9ab1 Sink the include stack printing into the generic text diagnostic by Chandler Carruth · 13 years ago
  24. f54a614 Rationalize some of how the locations of prior diagnostics are tracked by Chandler Carruth · 13 years ago
  25. 9ed3066 Sink the EmitDiagnosticLoc method down to the generic TextDiagnostic by Chandler Carruth · 13 years ago
  26. 60e4a2a Sink the non-caret diagnostic logic down and out of the diagnostic by Chandler Carruth · 13 years ago
  27. 55c6110 Simplify the interface of a helper method in the TextDiagnosticPrinter by Chandler Carruth · 13 years ago
  28. d79e462 Change 'Emit' to 'EmitCaret' which sums up what it *should* be doing. by Chandler Carruth · 13 years ago
  29. 76101cf Basic/Diagnostics: Add an isDefaultMappingAsError method, and switch TextDiagnosticPrinter to use that instead of extracting the current mapping via getDiagnosticLevel, which fixes one class of corner cases w.r.t. printing the "-Werror" diagnostic option marker. by Daniel Dunbar · 13 years ago
  30. aee526e Introduce a pure virtual clone() method to DiagnosticConsumer, so that by Douglas Gregor · 13 years ago
  31. 64b0cee Add back support for a manually formatted section of the diagnostic by Chandler Carruth · 13 years ago
  32. e6d1dff Hoist and beef up the asserts about the level of infrastructure expected by Chandler Carruth · 13 years ago
  33. 0ef8988 Switch the emission of diagnostics without a source location to by Chandler Carruth · 13 years ago
  34. 75c1bef Extract the actual printing of the message string into a helper by Chandler Carruth · 13 years ago
  35. 8dcdde1 Group the helpers for word wrapping with the primary routine. No by Chandler Carruth · 13 years ago
  36. a65cb0c Don't print a stray ] at the end of diagnostics. by Benjamin Kramer · 13 years ago
  37. 3a21809 Remove support for splitting word-wrapped diagnostic messages on newline by Chandler Carruth · 13 years ago
  38. 45b19de Move the word wrapped printing routine down to all the other helper by Chandler Carruth · 13 years ago
  39. a3ba6bb Switch some of my recently added helper functions to use the proper by Chandler Carruth · 13 years ago
  40. 253d41d Rewrite the printing of diagnostic options, categories, etc to actually by Chandler Carruth · 13 years ago
  41. 40847cf Rename DiagnosticInfo to Diagnostic as per issue 5397 by David Blaikie · 13 years ago
  42. c3516af Delete an extraneous line I missed. by Chandler Carruth · 13 years ago
  43. 53a529e A direct extraction of the rest of the option printing into a helper. by Chandler Carruth · 13 years ago
  44. 7614578 Start a more correct pattern for factoring out the name printing. Slowly by Chandler Carruth · 13 years ago
  45. a629004 Revert r140484. That was *not* ready to be committed! Only halfway done, by Chandler Carruth · 13 years ago
  46. 534ed20 Fix a formatting goof. by Chandler Carruth · 13 years ago
  47. 89645ba Extract the diagnostic message formatting into a helper routine. by Chandler Carruth · 13 years ago
  48. 99c4e5b Extract the logic for printing a colorful level name into a helper function. by Chandler Carruth · 13 years ago
  49. 78ad0b9 Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 by David Blaikie · 13 years ago
  50. d6471f7 Rename Diagnostic to DiagnosticsEngine as per issue 5397 by David Blaikie · 13 years ago
  51. 026cb76 Inline this method now that its completely trivial, and prepare for by Chandler Carruth · 13 years ago
  52. 18fc002 Shuffle some names around. 'CaretDiagnostic' is inaccurate as this needs by Chandler Carruth · 13 years ago
  53. 8be5c15 Actually remove the members of CaretDiagnostic no longer in use for by Chandler Carruth · 13 years ago
  54. b9c398b Sink the logic for suppressing some macro expansion notes from the by Chandler Carruth · 13 years ago
  55. a02a8a9 Split the recursive macro expansion walk out from the routine which by Chandler Carruth · 13 years ago
  56. 548f6c8 More missing header inclusions from llvm_unreachable migration. by David Blaikie · 13 years ago
  57. b219cfc Switch assert(0/false) llvm_unreachable. by David Blaikie · 13 years ago
  58. 5770bb7 Extract the emission of the diagnostic's location into a separate by Chandler Carruth · 13 years ago
  59. 6c57cce Move the HilightRange method from TextDiagnosticPrinter down to by Chandler Carruth · 13 years ago
  60. d2156fc Hoist the tab expansion into a helper function. by Chandler Carruth · 13 years ago
  61. 0580e7d Don't compute the same line number in two places, once inside a loop. by Chandler Carruth · 13 years ago
  62. 5182a18 Switch the CharSourceRange array to a small vector. The array was by Chandler Carruth · 13 years ago
  63. c79a0d2 Remove the doxyment for this now defunct parameter. by Chandler Carruth · 13 years ago
  64. f15651a Don't recompute the presumed loc twice in 5 lines of code... Spotted by by Chandler Carruth · 13 years ago
  65. 8a7b3f7 Use ArrayRef for the fixit hint array rather than a pointer and a size. by Chandler Carruth · 13 years ago
  66. 682630c Hoist the construction of the FixItHint line into a member function with by Chandler Carruth · 13 years ago
  67. cca6158 Hoist the emission of parseable fixits into a helper method, simplifying by Chandler Carruth · 13 years ago
  68. 50c909b Create a CaretDiagnostic class to hold the logic for emitting by Chandler Carruth · 13 years ago
  69. 0d6b893 Sink all of the include stack printing logic into its member function. by Chandler Carruth · 13 years ago
  70. 96d3589 Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API by Chandler Carruth · 13 years ago
  71. 6421162 Rename getInstantiationLineNumber to getExpansionLineNumber in both by Chandler Carruth · 13 years ago
  72. a77c031 Rename getInstantiationColumnNumber to getExpansionColumnNumber in both by Chandler Carruth · 13 years ago
  73. e7b2b6e Rename getDecomposedInstantiationLoc to getDecomposedExpansionLoc. by Chandler Carruth · 13 years ago
  74. 999f739 Rename SourceManager::getImmediateInstantiationRange to by Chandler Carruth · 13 years ago
  75. edc3dcc Rename SourceManager::getInstantiationRange to getExpansionRange. by Chandler Carruth · 13 years ago
  76. 4027853 Mechanically rename SourceManager::getInstantiationLoc and by Chandler Carruth · 13 years ago
  77. 5f9e272 remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 13 years ago
  78. 7e7736a Switch all local code and comments from '[Ii]nstantiat(ion|ed)' to by Chandler Carruth · 13 years ago
  79. 4e80546 Switch the diagnostic messages about macros to use the terms 'expanded' by Chandler Carruth · 13 years ago
  80. c8d1ecc Keep track of which source locations are part of a macro argument by Chandler Carruth · 13 years ago
  81. 8306831 Fix PR9279 - Macro expansion stack trace seriously broken with function-style macros, by not recursively printing notes for other 'instantiated from' notes. by Chris Lattner · 13 years ago
  82. 544607e In TextDiagnosticPrinter::EmitCaretDiagnostic, don't always drop fixits if the caret location by Argyrios Kyrtzidis · 13 years ago
  83. bb6a567 Change the include stack of "instantiated from" notes to fall under the control of f/fno-diagnostics-show-note-include-stack flags. This should help with reducing diagnostic spew from macros instantiations. by Richard Trieu · 13 years ago
  84. 477aab6 A StringRef-ication of the DiagnosticIDs API and internals. by Argyrios Kyrtzidis · 13 years ago
  85. c9471b0 Introduce the -fdiagnostics-format=xxx option to control how Clang by Douglas Gregor · 13 years ago
  86. 7d2b8c1 Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  87. 32ad935 Remove a redundant isValid() check by Matt Beaumont-Gay · 13 years ago
  88. abaca7a Add an option to suppress include stack printing on note diagnostics. by Chandler Carruth · 13 years ago
  89. 7decebf Teach TextDiagnosticPrinter to print out '-Werror' in addition to the warning flag for a warning mapped to an error. by Ted Kremenek · 13 years ago
  90. 0433116 TextDiagnosticPrinter.cpp: Show diagnostics as far as possible even with invalid PresomedLoc, instead of just silencing it. by Axel Naumann · 13 years ago
  91. f2224d8 Since multiple diagnostics can share one diagnostic client, have the client keeping track by Argyrios Kyrtzidis · 14 years ago
  92. 33e4e70 Refactoring of Diagnostic class. by Argyrios Kyrtzidis · 14 years ago
  93. cb7b1e1 Make sure to always check the result of by Douglas Gregor · 14 years ago
  94. c417fa0 Teach SourceManager::getPresumedLoc() how to fail gracefully if getLineNumber/getColumnNumber fail by Douglas Gregor · 14 years ago
  95. bf5e09d Eliminate some extraneous whitespace in the machine-parseable Fix-It output. by Douglas Gregor · 14 years ago
  96. 4786c15 Add machine-parseable Fix-It output as part of diagnostics, under the by Douglas Gregor · 14 years ago
  97. 783c56f Simplify FixItHint by eliminated the unnecessary InsertionLoc by Douglas Gregor · 14 years ago
  98. 45f9b7e Bug 7377: printf checking fails to flag some undefined behavior by Tom Care · 14 years ago
  99. 0a76aae introduce a new CharSourceRange class, and enhance the diagnostics routines by Chris Lattner · 14 years ago
  100. d342bf7 when too many errors are emitted, and we produce: by Chris Lattner · 14 years ago