[PATCH] D155385: [clangd] enable unused-include warnings for standard library headers

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 14:30:01 PDT 2023


sammccall marked an inline comment as done.
sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/IncludeCleaner.cpp:75-77
+    if (tooling::stdlib::Header::named(Inc.Written))
       return true;
     return false;
----------------
kadircet wrote:
> 
believe it or not, this doesn't compile: something something explicit conversions
(done though)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155385/new/

https://reviews.llvm.org/D155385



More information about the cfe-commits mailing list