qchateau updated this revision to Diff 464492.
qchateau added a comment.
- clangd: rename HeaderInsertion and IncludeInsertion, read value from Config
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134384/new/
https://reviews.llvm.org/D134384
Files
sammccall added a comment.
Thanks, this is a great idea.
It also opens the door to suppressing includes of particular files later (e.g.
by regex) with another config option, though we need to be careful of
performance there.
Comment at: clang-tools-extra/clangd/Config.h:27
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