[PATCH] D52726: [clangd] Support refs() in dex. Largely cloned from MemIndex.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 4 01:48:54 PDT 2018


sammccall marked 2 inline comments as done.
sammccall added inline comments.


================
Comment at: unittests/clangd/DexTests.cpp:618
+    Files.push_back(R.Location.FileURI);
+  });
+}
----------------
hokein wrote:
> The test seems doesn't verify any thing?
Oops, thanks!


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D52726





More information about the cfe-commits mailing list