[PATCH] D34107: [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 01:30:25 PDT 2017


ilya-biryukov added inline comments.


================
Comment at: unittests/clangd/ClangdTests.cpp:452
+                          StringRef(OverridenSourceContents))
+            .Value;
+    EXPECT_TRUE(ContainsItem(CodeCompletionResultsOverriden, "cbc"));
----------------
krasimir wrote:
> Is this how clang-format formats this chain? :(
Yes :'(


https://reviews.llvm.org/D34107





More information about the cfe-commits mailing list