summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Be defensive when printing module import locations; the diagnostic printer ne...Douglas Gregor2012-12-181-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-6/+6
* Make helper classes anonymous. Make helper functions static instead of privat...Benjamin Kramer2012-12-011-155/+156
* When we're emitting a diagnostic with a source location in an importedDouglas Gregor2012-11-301-0/+10
* When an error occurs while building a module on demand, provide "WhileDouglas Gregor2012-11-301-0/+11
* only truncate source lines in text diagnostics whenSeth Cantrell2012-11-031-2/+2
* don't step into the middle of multibyte sequencesSeth Cantrell2012-11-031-2/+2
* fix bug in SourceColumnMap::startOfPreviousColumnSeth Cantrell2012-11-031-1/+1
* Add a proper algorithm to compute accurate source ranges for diagnostics withEli Friedman2012-11-031-10/+2
* remove duplicate data arraySeth Cantrell2012-10-301-14/+1
* fix calculation of end pointerSeth Cantrell2012-10-301-1/+1
* Use a .def file for most of the diagnostic options.Douglas Gregor2012-10-231-3/+3
* Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor2012-10-231-30/+30
* Emit diagnostics in chunks even when we're trying to print colored template d...Benjamin Kramer2012-10-181-12/+15
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Make TextDiagnostic more robust against SourceLocations which point into theRichard Smith2012-09-131-25/+54
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Remove unused variables.Benjamin Kramer2012-08-081-7/+0
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Re-apply r160319 "Don't crash when emitting fixits following Unicode chars"Jordan Rose2012-07-201-29/+29
* Revert r160319, it caused PR13417. Add a test for PR13417.Nico Weber2012-07-201-26/+27
* Don't crash when emitting fixits following Unicode characters.Jordan Rose2012-07-161-27/+26
* PR13312: Don't crash when printing a fixit that ends in a unicode character.Benjamin Kramer2012-07-121-1/+6
* When applying a template diff highlighting to a diagnostic message, rememberRichard Trieu2012-06-281-10/+19
* Fix template type diffing coloring (r159216) when forcing color output to a f...David Blaikie2012-06-281-2/+5
* Add template type diffing to Clang. This feature will provide a betterRichard Trieu2012-06-261-3/+25
* Documentation cleanup: escape \ characters in Doxygen comments as needed.James Dennett2012-06-221-2/+2
* If fixits appear to overlap, move the second one over in the output.Jordan Rose2012-06-081-6/+14
* ensure value passed to is space is representable as unsigned charSeth Cantrell2012-05-251-8/+12
* fix Bug 12924Seth Cantrell2012-05-241-0/+16
* Fix an assertion hit when the serialized diagnostics writer receive a diagnosticArgyrios Kyrtzidis2012-05-101-12/+19
* Make some helper functions static.Benjamin Kramer2012-05-011-8/+7
* Revert r154981, because it caused PR12674.Nico Weber2012-04-261-8/+4
* Suppress -Wunused-variable warning in -Asserts buildMatt Beaumont-Gay2012-04-181-1/+1
* fix display of source lines with null charactersSeth Cantrell2012-04-181-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-181-159/+439
* Revert "Nicer display of unprintable source, and fix caret display for non-as...Seth Cantrell2012-04-171-440/+160
* fix display of source lines with null charactersSeth Cantrell2012-04-171-2/+5
* Nicer display of unprintable source, and fix caret display for non-ascii textSeth Cantrell2012-04-171-158/+435
* Refactor DiagnosticRenderer and SDiagsRenderer to have some functionalityTed Kremenek2012-02-141-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...Ted Kremenek2011-12-171-260/+24
* Switch to a more natural formatting of the macro name printing.Chandler Carruth2011-10-241-2/+2
* Hoist the logic I added to compute the macro name into a helperChandler Carruth2011-10-161-16/+30
* Now that macro expansion notes are real notes and go through the sameChandler Carruth2011-10-161-2/+23
* Fix the original bug in our diagnostic printing that got me started onChandler Carruth2011-10-161-29/+12
* Now that the structure of this is more reasonably laid out, fix a longChandler Carruth2011-10-161-27/+35
* Add proper doxyments to the entry point routine, and remove a dead parameter.Chandler Carruth2011-10-161-2/+1
* Persist the TextDiagnostic object across multiple diagnostics as long asChandler Carruth2011-10-161-11/+3
OpenPOWER on IntegriCloud