[all-commits] [llvm/llvm-project] 63bc9e: [clangd] Provide a way to disable external index
kadir çetinkaya via All-commits
all-commits at lists.llvm.org
Mon Apr 12 07:56:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63bc9e443502ab6def2dec0b5ffe64a522f801cc
https://github.com/llvm/llvm-project/commit/63bc9e443502ab6def2dec0b5ffe64a522f801cc
Author: Kadir Cetinkaya <kadircet at google.com>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M clang-tools-extra/clangd/Config.h
M clang-tools-extra/clangd/ConfigCompile.cpp
M clang-tools-extra/clangd/ConfigFragment.h
M clang-tools-extra/clangd/ConfigYAML.cpp
M clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
M clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
Log Message:
-----------
[clangd] Provide a way to disable external index
Users can reset any external index set by previous fragments by
putting a `None` for the external block, e.g:
```
Index:
External: None
```
Differential Revision: https://reviews.llvm.org/D100106
More information about the All-commits
mailing list