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