summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Support configuration of inlay hints.maainSam McCall2022-01-101-0/+17
* [clangd] Make a.k.a printing configurable.lh1232021-12-081-0/+13
* [clangd] Add a way to enable IncludeCleaner through configKirill Bobyrev2021-10-261-0/+3
* Revert "Revert "[clangd] Provide a way to disable external index""Kadir Cetinkaya2021-04-131-0/+17
* Revert "[clangd] Provide a way to disable external index"Sterling Augustine2021-04-121-17/+0
* [clangd] Provide a way to disable external indexKadir Cetinkaya2021-04-121-0/+17
* [clangd] Add config block for Completion and option for AllScopesKadir Cetinkaya2021-03-111-0/+31
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-281-5/+6
* [clangd] Allow diagnostics to be suppressed with configurationSam McCall2021-01-251-1/+1
* [clangd] Provide suggestions with invalid config keysNathan James2020-12-151-1/+1
* [clangd] Publish config file errors over LSPSam McCall2020-12-071-0/+1
* [clangd] Introduce config parsing for External blocksKadir Cetinkaya2020-11-221-0/+20
* [clangd] Add clang-tidy options to configNathan James2020-11-221-5/+23
* [clangd] Actually parse Index section of the YAML file.Adam Czachorowski2020-09-161-6/+11
* [clangd] Fix error handling in config.yaml parsing.Sam McCall2020-07-091-2/+17
* [clangd] Config: compile Fragment -> CompiledFragment -> ConfigSam McCall2020-07-011-56/+6
* [clangd] Fix test compile with GCC (name conflict)Sam McCall2020-06-261-6/+6
* [clangd] Config: Fragments and parsing from YAMLSam McCall2020-06-251-0/+160