[PATCH] D145228: [clangd] Add clangd headers to install targets
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 7 04:33:10 PST 2023
aaron.ballman added a comment.
In D145228#4170864 <https://reviews.llvm.org/D145228#4170864>, @sammccall wrote:
> Clangd isn't designed as a collection of libraries.
clangd is not my area of expertise, so I don't intend to step into the middle of this with my comment, but: one of the tenants of the LLVM project is that it's a modular set of reusable components. clangd being designed such that it cannot be used as a library goes against the grain in that regard, so I'm surprised to see push-back against attempts to make a more modular, component-based design. What am I missing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145228/new/
https://reviews.llvm.org/D145228
More information about the cfe-commits
mailing list