sammccall added a comment.

We'd like to proceed here by extracting the include-cleaner functionality from 
clangd into a library.
It would be used by:

- clangd
- a new clang-tidy check
- possibly a standalone tool, if clang-tidy doesn't fit well into the cleanup 
workflow
- some out-of-tree cleanup tools internal to google (nothing that would 
interest upstream, just integrating with our source control/code review etc)

The design would be a little different than what's currently in clangd as the 
scope is larger: it would support suggesting insertions as well as removals, 
and some limited policy knobs.

I'll post a proposal on discourse shortly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121593

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D121593: [clangd... Dávid Bolvanský via Phabricator via cfe-commits
    • [PATCH] D121593: [c... Sam McCall via Phabricator via cfe-commits

Reply via email to