summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-231-1/+9
* Revert r263974, "clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatt...NAKAMURA Takumi2016-03-211-9/+1
* clang-cl: With -fmsc-version=1900, use MSVS2015 diag formatting.Nico Weber2016-03-211-1/+9
* Don't crash w/ a diagnostic range containing a null byteDavid Majnemer2016-02-171-3/+11
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Replace double negation of !FileID.isInvalid() with FileID.isValid().Yaron Keren2015-10-031-1/+1
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-1/+1
* [modules] Properly diagnose errors in module files for which we have noRichard Smith2015-08-111-3/+3
* Give isCompatibleWithMSVC a better interfaceDavid Majnemer2015-05-111-1/+1
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-021-3/+3
* 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
OpenPOWER on IntegriCloud