[PATCH] D134384: [clangd] Add support for HeaderInsertion in .clangd config file

2022-10-01 Thread Quentin Chateau via Phabricator via cfe-commits
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

[PATCH] D134384: [clangd] Add support for HeaderInsertion in .clangd config file

2022-09-28 Thread Sam McCall via Phabricator via cfe-commits
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

[PATCH] D134384: [clangd] Add support for HeaderInsertion in .clangd config file

2022-09-21 Thread Quentin Chateau via Phabricator via cfe-commits
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