summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/ConfigFragment.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Support configuration of inlay hints.maainSam McCall2022-01-101-0/+12
* [clangd] Add CompileFlags.Compiler option to override argv0Sam McCall2022-01-041-0/+10
* [clangd] Make a.k.a printing configurable.lh1232021-12-081-0/+7
* [clangd] Add a way to enable IncludeCleaner through configKirill Bobyrev2021-10-261-0/+14
* [clangd] Only allow remote index to be enabled from user config.Sam McCall2021-04-151-0/+3
* Revert "Revert "[clangd] Provide a way to disable external index""Kadir Cetinkaya2021-04-131-0/+3
* Revert "[clangd] Provide a way to disable external index"Sterling Augustine2021-04-121-3/+0
* [clangd] Provide a way to disable external indexKadir Cetinkaya2021-04-121-0/+3
* [clangd] Add config block for Completion and option for AllScopesKadir Cetinkaya2021-03-111-0/+8
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-281-24/+23
* [clangd] Allow configuration database to be specified in config.Sam McCall2021-01-251-0/+7
* [clangd] Allow diagnostics to be suppressed with configurationSam McCall2021-01-251-0/+19
* [clangd] Introduce config parsing for External blocksKadir Cetinkaya2020-11-221-0/+16
* [clangd] Add clang-tidy options to configNathan James2020-11-221-0/+23
* [clangd][NFC] Make Located::operator->() use pointer sematicsNathan James2020-11-041-2/+2
* [clangd] Handle absolute/relative path specifications in ConfigKadir Cetinkaya2020-11-031-0/+3
* [clangd] Add option for disabling AddUsing tweak on some namespaces.Adam Czachorowski2020-09-181-0/+10
* [clangd] Config: Index.BackgroundSam McCall2020-07-141-0/+11
* [clangd] Config: CompileFlags.RemoveSam McCall2020-07-141-1/+31
* [clangd] Config: If.PathExcludeSam McCall2020-07-101-0/+3
* [clangd] Config: compile Fragment -> CompiledFragment -> ConfigSam McCall2020-07-011-8/+16
* [clangd] Config: Fragments and parsing from YAMLSam McCall2020-06-251-0/+118