[PATCH] D79014: [clangd] Move non-clang base pieces into separate support/ lib.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 28 09:06:43 PDT 2020


sammccall added a comment.

Of the pieces I was unsure about:

- I didn't move `Protocol` - it's not a perfect fit, though it may still end up here
- I moved `FSProvider` but not `FS`
- I didn't move `URI` - I suspect that will *probably* end up wherever `Protocol` does, though it may belong in support even if protocol doesn't.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79014





More information about the cfe-commits mailing list