summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Add CompileFlags.Compiler option to override argv0Sam McCall2022-01-041-2/+3
* [clangd] Add a way to enable IncludeCleaner through configKirill Bobyrev2021-10-261-0/+19
* [clangd] Rename Features.h -> Feature.h to avoid confilct with libstdc++Sam McCall2021-08-061-1/+1
* [clangd] Add CMake option to (not) link in clang-tidy checksSam McCall2021-07-141-3/+13
* [clangd] Log feature configuration (linux+asan+grpc) of the clangd buildSam McCall2021-06-301-1/+1
* [clangd] Use command line adjusters for inserting compile flagsKadir Cetinkaya2021-06-171-2/+2
* [clangd] Drop optional on ExternalIndexSpecKadir Cetinkaya2021-06-021-14/+17
* [clangd] Only allow remote index to be enabled from user config.Sam McCall2021-04-151-0/+14
* Revert "Revert "[clangd] Provide a way to disable external index""Kadir Cetinkaya2021-04-131-4/+14
* Revert "[clangd] Provide a way to disable external index"Sterling Augustine2021-04-121-14/+4
* [clangd] Provide a way to disable external indexKadir Cetinkaya2021-04-121-4/+14
* [clangd] Log a message when gRPC support is off, but remote-index is configuredKadir Cetinkaya2021-04-091-6/+6
* [clangd] Add config block for Completion and option for AllScopesKadir Cetinkaya2021-03-111-0/+16
* [clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya2021-02-161-0/+36
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-281-14/+18
* [clangd] Allow configuration database to be specified in config.Sam McCall2021-01-251-0/+40
* [clangd] Allow diagnostics to be suppressed with configurationSam McCall2021-01-251-0/+35
* [clangd] Validate clang-tidy Checks in clangd config.Nathan James2020-12-151-0/+18
* Revert "[clangd] testPath's final result agrees with the passed in Style"Kadir Cetinkaya2020-11-231-0/+4
* [clangd] testPath's final result agrees with the passed in StyleKadir Cetinkaya2020-11-231-4/+0
* [clangd] Second attempt at fixing windows buildbotsKadir Cetinkaya2020-11-231-0/+4
* [clangd] Attempt at fixing ExternalIndex tests on windowsKadir Cetinkaya2020-11-231-15/+21
* [clangd] Introduce config compilation for External blocksKadir Cetinkaya2020-11-221-0/+104
* [clangd] Add clang-tidy options to configNathan James2020-11-221-0/+20
* [clangd] Handle absolute/relative path specifications in ConfigKadir Cetinkaya2020-11-031-0/+60
* [clangd] Config: Index.BackgroundSam McCall2020-07-141-0/+16
* [clangd] Config: CompileFlags.RemoveSam McCall2020-07-141-3/+5
* [clangd] Config: If.PathExcludeSam McCall2020-07-101-0/+7
* [clangd] Config: compile Fragment -> CompiledFragment -> ConfigSam McCall2020-07-011-0/+97