summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/DiagnosticsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-652/+0
* [clangd] Support relatedInformation in diagnostics.Sam McCall2019-04-181-25/+58
* [clangd] Strip the ' [some-check-name]' suffix from clang-tidy diagnostics. T...Sam McCall2019-04-171-7/+5
* [clangd] Use shorter, more recognizable codes for diagnostics.Sam McCall2019-04-171-4/+4
* [clangd] Include textual diagnostic ID as Diagnostic.code.Sam McCall2019-04-171-2/+14
* [clangd] Add Source to clangd::Diagnostic.Haojian Wu2019-03-061-0/+17
* [clangd] Don't attach FixIt to the source code in macro.Haojian Wu2019-02-221-0/+12
* [clangd] Handle another incomplete-type diagnostic case in IncludeFixer.Eric Liu2019-02-211-0/+5
* [clangd] Handle unresolved scope specifier when fixing includes.Eric Liu2019-02-191-4/+86
* [clangd] Cache include fixes for diagnostics caused by the same unresolved na...Eric Liu2019-02-181-0/+38
* [clangd] Handle a few more diag kinds in include fixer.Eric Liu2019-02-131-4/+15
* [clangd] Fix an assertion in TypoCorrection.Eric Liu2019-02-081-0/+15
* [clangd] Suggest adding missing includes for typos (like include-fixer).Eric Liu2019-02-071-9/+86
* [clangd] Append "(fix available)" to diagnostic message when fixes are present.Eric Liu2019-01-311-1/+2
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-0/+351
OpenPOWER on IntegriCloud