1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  3. b5f8171 PR37189 Fix incorrect end source location and spelling for a split '>>' token. by Richard Smith · 7 years ago
  4. 322e8c2 [clang] buildFixItInsertionLine should use Hints of the same FID and LineNo by Chih-Hung Hsieh · 8 years ago
  5. fb4a045 Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"" by Christof Douma · 8 years ago
  6. cc1c112 Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc" by Christof Douma · 8 years ago
  7. f9d86db [NFC] Refactor DiagnosticRenderer to use FullSourceLoc by Christof Douma · 8 years ago
  8. 674d579 Make helper functions static. NFC. by Benjamin Kramer · 8 years ago
  9. 4e382f9 [Frontend] Don't index into an empty string. by Benjamin Kramer · 8 years ago
  10. 0c7d4d7e Add option to include multiple lines in snippets. by Richard Smith · 8 years ago
  11. 9091055 Move UTF functions into namespace llvm. by Justin Lebar · 9 years ago
  12. b30f437 Add support for -fdiagnostics-absolute-paths: printing absolute paths in diagnostics by Hans Wennborg · 9 years ago
  13. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  14. 41e6629 Fix use of uninitialized value exposed by r267802. Accessors of an invalid by Richard Smith · 9 years ago
  15. fbe3adf clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting. by Nico Weber · 10 years ago
  16. 8794f98 Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting." by NAKAMURA Takumi · 10 years ago
  17. 920341c clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting. by Nico Weber · 10 years ago
  18. 38a3dbd Don't crash w/ a diagnostic range containing a null byte by David Majnemer · 10 years ago
  19. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  20. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  21. 8b56366 Replace double negation of !FileID.isInvalid() with FileID.isValid(). by Yaron Keren · 10 years ago
  22. ed1fe5d Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isValid(). by Yaron Keren · 10 years ago
  23. a24ff55 [modules] Properly diagnose errors in module files for which we have no by Richard Smith · 10 years ago
  24. b710a93 Give isCompatibleWithMSVC a better interface by David Majnemer · 10 years ago
  25. 8ab003a The prefix 'Ms-' should be 'MS-' by David Majnemer · 11 years ago
  26. d3d385d Frontend: Fix SourceColumnMap assertion failure on non-ascii characters. by Logan Chien · 11 years ago
  27. 968a21d Frontend: Fix typo in comments. by Logan Chien · 11 years ago
  28. c68237b Driver: bifurcate extended and basic MSC versioning by Saleem Abdulrasool · 11 years ago
  29. f994cef Track IntrusiveRefCntPtr::get() changes from LLVM r212366 by Alp Toker · 11 years ago
  30. 4db87ab DiagnosticRenderer: emit basic notes as real diagnostics by Alp Toker · 11 years ago
  31. a68ad10 TextDiagnostic: print remark level diagnostics in bold too by Alp Toker · 11 years ago
  32. 9d45e77 Driver: enhance MSC version compatibility by Saleem Abdulrasool · 11 years ago
  33. 820c687 The Visual Studio IDE changed behavior in VS2012. It used to be the case that by Yunzhong Gao · 12 years ago
  34. bbdd764 [C++11] Replace verbose functors with succinct lambdas by Benjamin Kramer · 12 years ago
  35. 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
  36. c8a7146 Split FileEntry name vs. isValid by Ben Langmuir · 12 years ago
  37. f4aee18 clang-cl: print diagnostics as "error(clang): foo" in /fallback mode by Hans Wennborg · 12 years ago
  38. f8f91b8 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 12 years ago
  39. e2fad6d Handle Unicode characters in fix-it replacement strings. by Jordan Rose · 12 years ago
  40. d408de6 Make compares unsigned. The expression can't become negative anyways. by Benjamin Kramer · 12 years ago
  41. 90d7fa1 Fix buffer underrun (invalid read) triggered during diagnostic rendering. The test would overflow when computing '0 - 1'. by Ted Kremenek · 13 years ago
  42. a7d0384 Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 13 years ago
  43. 0120178 TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsign-compare] by NAKAMURA Takumi · 13 years ago
  44. c40b0fa Diagnostics: Clarify name of line-length-limiting constant in r173976. by Jordan Rose · 13 years ago
  45. 2da0d1c Diagnostics: if a line is longer than 4096 characters, don't print it. by Jordan Rose · 13 years ago
  46. 9feeef4 Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 13 years ago
  47. dfc9430 Be defensive when printing module import locations; the diagnostic printer needs to be robust by Douglas Gregor · 13 years ago
  48. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  49. 2a81228 Make helper classes anonymous. Make helper functions static instead of private members so the anonymous class doesn't leak out. by Benjamin Kramer · 13 years ago
  50. 22103e3 When we're emitting a diagnostic with a source location in an imported by Douglas Gregor · 13 years ago
  51. af8f026 When an error occurs while building a module on demand, provide "While by Douglas Gregor · 13 years ago
  52. 40f87b1 only truncate source lines in text diagnostics when by Seth Cantrell · 13 years ago
  53. 6292e5b8 don't step into the middle of multibyte sequences by Seth Cantrell · 13 years ago
  54. d38c708 fix bug in SourceColumnMap::startOfPreviousColumn by Seth Cantrell · 13 years ago
  55. 34ff0ea Add a proper algorithm to compute accurate source ranges for diagnostics with by Eli Friedman · 13 years ago
  56. ee2effd remove duplicate data array by Seth Cantrell · 13 years ago
  57. 2939416 fix calculation of end pointer by Seth Cantrell · 13 years ago
  58. 7959178 Use a .def file for most of the diagnostic options. by Douglas Gregor · 13 years ago
  59. 811db4e Make DiagnosticOptions intrusively reference-counted, and make sure by Douglas Gregor · 13 years ago
  60. fce09f1 Emit diagnostics in chunks even when we're trying to print colored template diffs. by Benjamin Kramer · 13 years ago
  61. 33b5baf Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164766 by Sylvestre Ledru · 13 years ago
  62. a876013 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
  63. fab4b1a Make TextDiagnostic more robust against SourceLocations which point into the by Richard Smith · 13 years ago
  64. 42cf268 Add missing cctype includes. by Joerg Sonnenberger · 13 years ago
  65. 90653a1 Remove unused variables. by Benjamin Kramer · 13 years ago
  66. 830885c Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
  67. 9dd82c1 Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" by Jordan Rose · 13 years ago
  68. cd8a546 Revert r160319, it caused PR13417. Add a test for PR13417. by Nico Weber · 13 years ago
  69. fb12a53 Don't crash when emitting fixits following Unicode characters. by Jordan Rose · 13 years ago
  70. 29f90e8 PR13312: Don't crash when printing a fixit that ends in a unicode character. by Benjamin Kramer · 13 years ago
  71. a71f0de When applying a template diff highlighting to a diagnostic message, remember by Richard Trieu · 13 years ago
  72. 9e55d74 Fix template type diffing coloring (r159216) when forcing color output to a file (not a terminal) by David Blaikie · 13 years ago
  73. 9184423 Add template type diffing to Clang. This feature will provide a better by Richard Trieu · 13 years ago
  74. f347d93 Documentation cleanup: escape \ characters in Doxygen comments as needed. by James Dennett · 13 years ago
  75. b5a94f4 If fixits appear to overlap, move the second one over in the output. by Jordan Rose · 13 years ago
  76. 14340ca ensure value passed to is space is representable as unsigned char by Seth Cantrell · 13 years ago
  77. ac6fb8f fix Bug 12924 by Seth Cantrell · 13 years ago
  78. b16ff5d Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 13 years ago
  79. 556ab5e Make some helper functions static. by Benjamin Kramer · 13 years ago
  80. 3513122 Revert r154981, because it caused PR12674. by Nico Weber · 13 years ago
  81. 69e227b Suppress -Wunused-variable warning in -Asserts build by Matt Beaumont-Gay · 13 years ago
  82. 01d61b0 fix display of source lines with null characters by Seth Cantrell · 13 years ago
  83. 99e2fa8 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 13 years ago
  84. 14dc87f Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 13 years ago
  85. f504f99 fix display of source lines with null characters by Seth Cantrell · 13 years ago
  86. fae2058 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 13 years ago
  87. 0964cca Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality by Ted Kremenek · 14 years ago
  88. 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
  89. c4bbd85 Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles by Ted Kremenek · 14 years ago
  90. 8c43e66 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 14 years ago
  91. 724a1ca Hoist the logic I added to compute the macro name into a helper by Chandler Carruth · 14 years ago
  92. 9e8ce4c Now that macro expansion notes are real notes and go through the same by Chandler Carruth · 14 years ago
  93. 6679be8 Fix the original bug in our diagnostic printing that got me started on by Chandler Carruth · 14 years ago
  94. dc2f257 Now that the structure of this is more reasonably laid out, fix a long by Chandler Carruth · 14 years ago
  95. 5bc0b5e Add proper doxyments to the entry point routine, and remove a dead parameter. by Chandler Carruth · 14 years ago
  96. 3eb8b54 Persist the TextDiagnostic object across multiple diagnostics as long as by Chandler Carruth · 14 years ago
  97. ab4c1da Clean up the names of all the TextDiagnostic methods (and even a static by Chandler Carruth · 14 years ago
  98. 07c346d Move two functions out of the public interface that shouldn't have ever by Chandler Carruth · 14 years ago
  99. a302885 Graduate the TextDiagnostic interface to its own header and source file, by Chandler Carruth · 14 years ago