[PATCH] D47931: [clangd] Customizable URI schemes for dynamic index.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 15 01:38:40 PDT 2018


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: unittests/clangd/FileIndexTests.cpp:99
 
+class TestURIScheme : public URIScheme {
+public:
----------------
This can use the shared unittest: scheme from the followup patch, right?

Add a fixme or lift that into this patch?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47931





More information about the cfe-commits mailing list