aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/TextDiagnostic.cpp
AgeCommit message (Expand)Author
2013-04-23Make compares unsigned. The expression can't become negative anyways.Benjamin Kramer
2013-03-15Fix buffer underrun (invalid read) triggered during diagnostic rendering. Th...Ted Kremenek
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2013-02-05TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig...NAKAMURA Takumi
2013-01-30Diagnostics: Clarify name of line-length-limiting constant in r173976.Jordan Rose
2013-01-30Diagnostics: if a line is longer than 4096 characters, don't print it.Jordan Rose
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2012-12-18Be defensive when printing module import locations; the diagnostic printer ne...Douglas Gregor
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer
2012-11-30When we're emitting a diagnostic with a source location in an importedDouglas Gregor
2012-11-30When an error occurs while building a module on demand, provide "WhileDouglas Gregor
2012-11-03only truncate source lines in text diagnostics whenSeth Cantrell
2012-11-03don't step into the middle of multibyte sequencesSeth Cantrell
2012-11-03fix bug in SourceColumnMap::startOfPreviousColumnSeth Cantrell
2012-11-03Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman
2012-10-30remove duplicate data arraySeth Cantrell
2012-10-30fix calculation of end pointerSeth Cantrell
2012-10-23Use a .def file for most of the diagnostic options.Douglas Gregor
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-18Emit diagnostics in chunks even when we're trying to print colored template d...Benjamin Kramer
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-13Make TextDiagnostic more robust against SourceLocations which point into theRichard Smith
2012-08-10Add missing cctype includes.Joerg Sonnenberger
2012-08-08Remove unused variables.Benjamin Kramer
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-20Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose
2012-07-20Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber
2012-07-16Don't crash when emitting fixits following Unicode characters.Jordan Rose
2012-07-12PR13312: Don't crash when printing a fixit that ends in a unicode character.Benjamin Kramer
2012-06-28When applying a template diff highlighting to a diagnostic message, rememberRichard Trieu
2012-06-28Fix template type diffing coloring (r159216) when forcing color output to a f...David Blaikie
2012-06-26Add template type diffing to Clang. This feature will provide a betterRichard Trieu
2012-06-22Documentation cleanup: escape \ characters in Doxygen comments as needed.James Dennett
2012-06-08If fixits appear to overlap, move the second one over in the output.Jordan Rose
2012-05-25ensure value passed to is space is representable as unsigned charSeth Cantrell
2012-05-24fix Bug 12924Seth Cantrell
2012-05-10Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis
2012-05-01Make some helper functions static.Benjamin Kramer
2012-04-26Revert r154981, because it caused PR12674.Nico Weber
2012-04-18Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay
2012-04-18fix display of source lines with null charactersSeth Cantrell
2012-04-18Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-04-17Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell
2012-04-17fix display of source lines with null charactersSeth Cantrell
2012-04-17Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell
2012-02-14Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2011-12-17Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek