[clang-tools-extra] [clangd] `--header-insertion` CLI fix (PR #146235)
via cfe-commits
cfe-commits at lists.llvm.org
Sat Jun 28 12:47:28 PDT 2025
MythreyaK wrote:
I tested these locally and seems to work as expected. Please do double-check, just in case I missed something!
| config | cli | outcome |
|----------|------------|----------------|
| IWYU | iwyu | inserted |
| IWYU | never | not inserted |
| Never | iwyu | inserted |
| Never | never | not inserted |
| Never | [no opt] | not inserted |
| IWYU | [no opt] | inserted |
| [no opt] | iwyu | inserted |
| [no opt] | never | not inserted |
| [no opt] | [no opt] | inserted |
https://github.com/llvm/llvm-project/pull/146235
More information about the cfe-commits
mailing list