[PATCH] D48068: [clangd] Move caching of compile args out of ClangdServer.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 12 03:13:09 PDT 2018


ilya-biryukov added a comment.

After looking at it more closely, it seems caching happens in the underlying compilation databases anyway. So I guess we don't even need the `CachingCompilationDatabase`.
I'll remove it.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D48068





More information about the cfe-commits mailing list