[clang-tools-extra] Follow style configuration in clangd when inserting missing includes (PR #140594)
via cfe-commits
cfe-commits at lists.llvm.org
Sat May 24 06:45:58 PDT 2025
================
@@ -142,6 +143,13 @@ std::vector<Diag> generateMissingIncludeDiagnostics(
llvm::StringRef HeaderRef{Spelling};
bool Angled = HeaderRef.starts_with("<");
+ for (auto Filter : AngledHeaders) {
----------------
Harald-R wrote:
Done: https://github.com/llvm/llvm-project/pull/140594/commits/331bf03fa3bacb0e2beaf9b5d3da3202090b8c1e
https://github.com/llvm/llvm-project/pull/140594
More information about the cfe-commits
mailing list