summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnostic.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang] Fix the canonicalization of paths in -fdiagnostics-absolute-pathsKarl-Johan Karlsson2019-12-201-12/+11
* [lldb] Print better diagnostics for user expressions and modulesRaphael Isemann2019-09-181-2/+3
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-021-9/+16
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-021-16/+9
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-3/+3
* Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Wind...Igor Kudrin2019-05-241-0/+21
* Range-style std::find{,_if} -> llvm::find{,_if}. NFCFangrui Song2019-03-311-2/+1
* Replace clang::FileData with llvm::vfs::StatusHarlan Haskins2019-03-051-2/+0
* Remove extraneous space in MSVC-style diagnostic outputHans Wennborg2019-02-191-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-14/+14
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-17/+17
* PR37189 Fix incorrect end source location and spelling for a split '>>' token.Richard Smith2018-04-301-22/+16
* [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
OpenPOWER on IntegriCloud