[PATCH] D134384: [clangd] Add support for HeaderInsertion in .clangd config file
Quentin Chateau via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 21 13:27:11 PDT 2022
qchateau created this revision.
Herald added subscribers: kadircet, arphaman.
Herald added a project: All.
qchateau requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Add ability to configure header insertion when accepting code
completion from the .clangd config file.
The command line option always take precedence.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D134384
Files:
clang-tools-extra/clangd/ClangdServer.cpp
clang-tools-extra/clangd/Config.h
clang-tools-extra/clangd/ConfigCompile.cpp
clang-tools-extra/clangd/ConfigFragment.h
clang-tools-extra/clangd/ConfigYAML.cpp
clang-tools-extra/clangd/tool/ClangdMain.cpp
clang-tools-extra/clangd/unittests/ConfigCompileTests.cpp
clang-tools-extra/clangd/unittests/ConfigYAMLTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134384.461995.patch
Type: text/x-patch
Size: 6578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220921/e5645d8b/attachment-0001.bin>
More information about the cfe-commits
mailing list