summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Diagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Adjust diagnostic range to be inside main fileKadir Cetinkaya2020-01-091-8/+20
* [NFC] Fix typos in Clangd and ClangKirill Bobyrev2019-12-161-1/+1
* [clangd] also filter out another possible diag from MS ASM syntaxSam McCall2019-12-091-2/+3
* [Parser] Don't crash on MS assembly if target desc/asm parser isn't linked in.Sam McCall2019-12-091-1/+8
* [clangd] Fix diagnostic location for macro expansionsKadir Cetinkaya2019-11-251-1/+1
* [clangd] Surface errors from command-line parsingIlya Biryukov2019-08-281-10/+45
* [clangd] Drop diags from non-written #include.Haojian Wu2019-08-121-2/+6
* [clangd] Ignore diags from builtin filesKadir Cetinkaya2019-07-301-14/+22
* [clangd] cleanup: unify the implemenation of checking a location is inside ma...Haojian Wu2019-07-191-5/+1
* [clangd] Deduplicate clang-tidy diagnostic messages.Haojian Wu2019-07-051-0/+7
* [clangd] Make FixIt message be consistent with the clang-tidy diagnostic mess...Haojian Wu2019-07-011-0/+2
* [Clangd] Fixed clangd diagnostics priorityKadir Cetinkaya2019-06-131-12/+8
* [clangd] Limit the size of synthesized fix messageIlya Biryukov2019-05-241-6/+32
* [clangd] Respect WarningsAsErrors configuration for clang-tidyFangrui Song2019-05-191-3/+6
* [clangd] Respect clang-tidy suppression commentsFangrui Song2019-05-191-0/+13
* [clangd] Surface diagnostics from headers inside main fileKadir Cetinkaya2019-04-291-5/+50
* [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-181-44/+66
* [clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. T...Sam McCall2019-04-171-0/+11
* [clangd] Use shorter, more recognizable codes for diagnostics.Sam McCall2019-04-171-1/+11
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-2/+57
* [clangd] Add Source to clangd::Diagnostic.Haojian Wu2019-03-061-0/+1
* [clangd] Don't attach FixIt to the source code in macro.Haojian Wu2019-02-221-0/+5
* [clangd] Add an option in the code to not display number of fixesIlya Biryukov2019-02-191-3/+3
* [clangd] Append "(fix available)" to diagnostic message when fixes are present.Eric Liu2019-01-311-0/+2
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+5
* [clangd] NFC: reduce log noise from Diagnostics.Eric Liu2019-01-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clangd] Remove 'using namespace llvm' from .cpp files. NFCIlya Biryukov2019-01-071-21/+20
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-3/+3
* [clangd] Do not drop diagnostics from macrosIlya Biryukov2018-11-261-1/+1
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-201-1/+4
* [clangd] Fix mainfile filtering for diagnostics: don't emit diagnostics for b...Sam McCall2018-11-071-1/+1
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-241-3/+21
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-19/+19
* [clangd] Revert back to previous heuristic for diagnostic range extraction.Kadir Cetinkaya2018-10-091-6/+2
* Improve diagnostics range reporting.Kadir Cetinkaya2018-09-271-0/+11
* [clangd] add an extension field to LSP to transfer the diagnostic's categoryAlex Lorenz2018-08-141-0/+4
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-2/+2
* Added functionality to suggest FixIts for conversion of '->' to '.' and vice ...Kadir Cetinkaya2018-08-081-9/+0
* [clangd] capitalize diagnostic messagesAlex Lorenz2018-08-031-2/+9
* [clangd] Upgrade logging facilities with levels and formatv.Sam McCall2018-07-111-1/+1
* [clangd] synthesize fix message when the diagnostic doesn't provide one.Sam McCall2018-04-031-4/+24
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-0/+364
OpenPOWER on IntegriCloud