[PATCH] D35825: [clangd] Reuse compile commands during reparse

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 02:40:51 PDT 2017


ilya-biryukov added inline comments.


================
Comment at: clangd/ClangdUnit.cpp:248
 
+  VFS->setCurrentWorkingDirectory(Command.Directory);
+
----------------
Also have to call it in `codeComplete`.


https://reviews.llvm.org/D35825





More information about the cfe-commits mailing list