[PATCH] D47871: [clangd] Code completion: drop explicit injected names/operators, ignore Sema priority

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 7 05:30:32 PDT 2018


ilya-biryukov added a comment.

Maybe we could add the test cases that the blacklisted members still show up in completion that don't involve member qualifiers? For example,

  struct X : std::vector<int> { 
    int test( ){
       // <-- 'vector' might be a useful completion here.
    }
  };


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D47871





More information about the cfe-commits mailing list