[PATCH] D113262: [clangd] Allow IncludeCleaner to replace unused header with transitively used

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 5 04:11:20 PDT 2021


kbobyrev planned changes to this revision.
kbobyrev added a comment.

This is POC, I need to deal with forward decls and definitions from D112707 <https://reviews.llvm.org/D112707> firs. Otherwise, this introduces too much noise (LLVM really has *lots* of forward decls that make almost no sense).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113262



More information about the cfe-commits mailing list