[PATCH] D34146: [clangd] Allow to override contents of the file during completion.

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 13 06:44:20 PDT 2017


ilya-biryukov added inline comments.


================
Comment at: clangd/ClangdServer.cpp:190
+                           llvm::Optional<StringRef> OverridenContents) {
+  std::string DraftStorage;
+  if (!OverridenContents) {
----------------
This is the relevant line that changed from the previous review.


https://reviews.llvm.org/D34146





More information about the cfe-commits mailing list