[PATCH] D47931: [clangd] Customizable URI schemes for dynamic index.
    Eric Liu via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Jun 15 02:00:27 PDT 2018
    
    
  
ioeric added inline comments.
================
Comment at: unittests/clangd/FileIndexTests.cpp:99
 
+class TestURIScheme : public URIScheme {
+public:
----------------
sammccall wrote:
> This can use the shared unittest: scheme from the followup patch, right?
> 
> Add a fixme or lift that into this patch?
Done. Lifted the TestFS change into this patch.
Repository:
  rL LLVM
https://reviews.llvm.org/D47931
    
    
More information about the cfe-commits
mailing list