summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien2015-01-081-9/+11
* Frontend: Fix typo in comments.Logan Chien2014-12-201-2/+2
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-1/+2
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* DiagnosticRenderer: emit basic notes as real diagnosticsAlp Toker2014-06-211-6/+0
* TextDiagnostic: print remark level diagnostics in bold tooAlp Toker2014-06-211-19/+14
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-201-1/+1
* The Visual Studio IDE changed behavior in VS2012. It used to be the case thatYunzhong Gao2014-03-071-1/+3
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-9/+1
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+4
* Split FileEntry name vs. isValidBen Langmuir2014-02-271-1/+1
* clang-cl: print diagnostics as "error(clang): foo" in /fallback modeHans Wennborg2013-09-241-6/+17
* Use llvm::sys::fs::UniqueID for windows and unix.Rafael Espindola2013-08-011-4/+1
* Handle Unicode characters in fix-it replacement strings.Jordan Rose2013-06-071-19/+17
* Make compares unsigned. The expression can't become negative anyways.Benjamin Kramer2013-04-231-2/+2
* Fix buffer underrun (invalid read) triggered during diagnostic rendering. Th...Ted Kremenek2013-03-151-1/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-15/+12
* TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig...NAKAMURA Takumi2013-02-051-1/+1
* Diagnostics: Clarify name of line-length-limiting constant in r173976.Jordan Rose2013-01-301-3/+3
* Diagnostics: if a line is longer than 4096 characters, don't print it.Jordan Rose2013-01-301-1/+9
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-301-1/+1
* 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