Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D118882
[clangd] IncludeCleaner: Decrease API dependency on clangd ClosedPublic Authored by kbobyrev on Feb 3 2022, 2:52 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: usaxena95, kadircet, arphaman. · View Herald TranscriptFeb 3 2022, 2:52 AM sammccall added inline comments. This revision is now accepted and ready to land.Feb 3 2022, 3:03 AM This revision was landed with ongoing or failed builds.Feb 3 2022, 5:41 AM Closed by commit rG089d9c50b29e: [clangd] IncludeCleaner: Decrease API dependency on clangd (authored by kbobyrev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 405559 clang-tools-extra/clangd/IncludeCleaner.h
clang-tools-extra/clangd/IncludeCleaner.cpp
|
we can make Tokens & PP optional, and only track macros if they are present?
This lowers the barrier to entry a bit