[PATCH] D33416: [clangd] Allow to use vfs::FileSystem for file accesses.

Krasimir Georgiev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 24 02:49:03 PDT 2017


krasimir added inline comments.


================
Comment at: unittests/clangd/ClangdTests.cpp:298
+  const auto SourceContents =
+      R"cpp(
+#include "foo.h"
----------------
Move this to the previous line.


================
Comment at: unittests/clangd/ClangdTests.cpp:336
+  const auto SourceContents =
+      R"cpp(
+#include "foo.h"
----------------
Move this to the previous line.


https://reviews.llvm.org/D33416





More information about the cfe-commits mailing list