aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Log a message when gRPC support is off, but remote-index is configuredKadir Cetinkaya2021-04-091-2/+3
* [clangd] Fix a use-after-freeKadir Cetinkaya2021-03-251-8/+9
* [clangd] Add config block for Completion and option for AllScopesKadir Cetinkaya2021-03-111-0/+10
* [clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya2021-02-161-5/+15
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-281-6/+8
* [clangd] Allow configuration database to be specified in config.Sam McCall2021-01-251-0/+30
* [clangd] Allow diagnostics to be suppressed with configurationSam McCall2021-01-251-0/+23
* [clangd] Validate clang-tidy Checks in clangd config.Nathan James2020-12-151-1/+8
* [clangd] NFC: Use SmallVector<T> where possibleKirill Bobyrev2020-12-101-1/+1
* [clangd] Introduce config compilation for External blocksKadir Cetinkaya2020-11-221-0/+82
* [clangd] Fix compile error after 20b69af7Nathan James2020-11-221-1/+2
* [clangd] Add clang-tidy options to configNathan James2020-11-221-0/+44
* [clangd] Pass parameters to config apply functionsKadir Cetinkaya2020-11-041-6/+9
* [clangd] Handle absolute/relative path specifications in ConfigKadir Cetinkaya2020-11-031-4/+38
* [clangd] Add option for disabling AddUsing tweak on some namespaces.Adam Czachorowski2020-09-181-0/+19
* [clangd] Config: Index.BackgroundSam McCall2020-07-141-0/+62
* [clangd] Config: CompileFlags.RemoveSam McCall2020-07-141-0/+14
* [clangd] Config: If.PathExcludeSam McCall2020-07-101-0/+16
* [clangd] Config: compile Fragment -> CompiledFragment -> ConfigSam McCall2020-07-011-0/+156