[PATCH] D50898: [clangd] Suggest code-completions for overriding base class virtual methods.

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 21 08:13:15 PDT 2018


kadircet added a comment.

After today's offline discussion I suppose we are not going to implement it within Sema. And also I think getVirtualNonOverridenMethods is a pretty generic function that has no ties to clangd, so it can be easily moved into Sema. Should we still move it into a separate file or leave it there?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50898





More information about the cfe-commits mailing list