[PATCH] D42429: [clangd] Moved caching of compile commands to ClangdServer

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 09:23:45 PST 2018


ilya-biryukov created this revision.
ilya-biryukov added a reviewer: sammccall.
Herald added subscribers: ioeric, jkorous-apple, klimek.

It allows to get rid of CppFile::getLastCommand and simplify the
code in the upcoming threading patch.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D42429

Files:
  clangd/ClangdServer.cpp
  clangd/ClangdServer.h
  clangd/ClangdUnit.cpp
  clangd/ClangdUnit.h
  clangd/ClangdUnitStore.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42429.131094.patch
Type: text/x-patch
Size: 10559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180123/5910cc78/attachment.bin>


More information about the cfe-commits mailing list