summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clangd/ClangdUnitTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Move clangd tests to clangd directory. check-clangd is no longer par...Sam McCall2019-04-291-86/+0
* [clangd] Suggest adding missing includes for incomplete type diagnostics.Eric Liu2019-01-281-257/+0
* [clangd] Support clang-tidy configuration in clangd.Haojian Wu2019-01-221-0/+3
* 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-5/+5
* [clangd] clang-format everything. NFCIlya Biryukov2019-01-031-10/+9
* [clangd] Canonicalize file path in URIForFile.Eric Liu2018-11-281-2/+3
* [clangd] Do not drop diagnostics from macrosIlya Biryukov2018-11-261-1/+24
* [clangd] Replay preamble #includes to clang-tidy checks.Sam McCall2018-11-201-3/+12
* [clangd] Initial clang-tidy diagnostics support.Sam McCall2018-11-161-0/+25
* [clangd] Don't treat top-level decls as "local" if they are from the preamble.Sam McCall2018-11-091-0/+22
* Fix test to work on Windows.Douglas Yung2018-10-251-1/+7
* [clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...Sam McCall2018-10-241-4/+7
* [clangd] Namespace style cleanup in cpp files. NFC.Sam McCall2018-10-201-10/+8
* [clangd] Revert back to previous heuristic for diagnostic range extraction.Kadir Cetinkaya2018-10-091-2/+9
* [clangd] Fix a subtle case for GetBeginningOfIdentifier.Sam McCall2018-10-051-4/+21
* Improve diagnostics range reporting.Kadir Cetinkaya2018-09-271-3/+9
* [clangd] capitalize diagnostic messagesAlex Lorenz2018-08-031-2/+2
* [clangd] Extract scoring/ranking logic, and shave yaks.Sam McCall2018-05-151-27/+8
* [clangd] Fix unicode handling, using UTF-16 where LSP requires it.Sam McCall2018-04-271-0/+23
* [clangd] synthesize fix message when the diagnostic doesn't provide one.Sam McCall2018-04-031-16/+9
* [clangd] Remove extra ";", NFC.Haojian Wu2018-03-131-1/+1
* [clangd] Revamp handling of diagnostics.Ilya Biryukov2018-03-121-45/+143
* [clangd] Pass Context implicitly using TLS.Sam McCall2018-01-311-3/+3
* [clangd] Add ClangdUnit diagnostics tests using annotated code.Sam McCall2018-01-251-0/+130
OpenPOWER on IntegriCloud