summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/Diagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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