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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to