summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/ConfigCompile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Support configuration of inlay hints.maainSam McCall2022-01-101-0/+17
* [clangd] Add CompileFlags.Compiler option to override argv0Sam McCall2022-01-041-0/+10
* [clangd] Make a.k.a printing configurable.lh1232021-12-081-0/+9
* [clangd] Add a way to enable IncludeCleaner through configKirill Bobyrev2021-10-261-0/+10
* [clangd] Rename Features.h -> Feature.h to avoid confilct with libstdc++Sam McCall2021-08-061-1/+1
* [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-1/+4
* [clangd] Drop optional on ExternalIndexSpecKadir Cetinkaya2021-06-021-1/+1
* [clangd] Only allow remote index to be enabled from user config.Sam McCall2021-04-151-2/+11
* Revert "Revert "[clangd] Provide a way to disable external index""Kadir Cetinkaya2021-04-131-14/+24
* Revert "[clangd] Provide a way to disable external index"Sterling Augustine2021-04-121-24/+14
* [clangd] Provide a way to disable external indexKadir Cetinkaya2021-04-121-14/+24
* [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