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