summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] buildFixItInsertionLine should use Hints of the same FID and LineNoChih-Hung Hsieh2017-07-121-6/+5
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-48/+37
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-37/+48
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-48/+37
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-3/+3
* [Frontend] Don't index into an empty string.Benjamin Kramer2017-05-231-1/+1
* Add option to include multiple lines in snippets.Richard Smith2017-05-221-86/+156
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-7/+8
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-2/+19
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Fix use of uninitialized value exposed by r267802. Accessors of an invalidRichard Smith2016-04-281-3/+3
* 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