[llvm-branch-commits] [clang-tools-extra] release/21.x: [clangd] Use resolved path when checking AngledHeaders/QuotedHeaders in IncludeInserter (#148371) (PR #152659)
Nathan Ridge via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Aug 8 01:24:42 PDT 2025
HighCommander4 wrote:
Copying over rationale from https://github.com/llvm/llvm-project/issues/152658:
> This is a small, low-risk change that tweaks how one of clangd's features (IncludeInserter) interprets a configuration option (AnglesHeaders/QuotedHeaders).
>
> Including this in 21.x avoids shipping clangd 21 in a state where two different features interpret the configuration option in different ways (with IncludeInserter using the spelled path and include-cleaner using the resolved path).
https://github.com/llvm/llvm-project/pull/152659
More information about the llvm-branch-commits
mailing list