This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG089d9c50b29e: [clangd] IncludeCleaner: Decrease API
dependency on clangd (authored by kbobyrev).
Repository:
rG LLVM Github Monorepo
CHANGES SINC
kbobyrev updated this revision to Diff 405598.
kbobyrev marked 3 inline comments as done.
kbobyrev added a comment.
Resolve review comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118882/new/
https://reviews.llvm.org/D118882
Files:
clang-
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang-tools-extra/clangd/IncludeCleaner.h:55
+ASTContext &Ctx, Preprocessor &PP,
+
kbobyrev created this revision.
kbobyrev added a reviewer: sammccall.
Herald added subscribers: usaxena95, kadircet, arphaman.
kbobyrev requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.
Herald added a project: clang-tools-extra.
Repository:
rG LLVM