kadircet marked an inline comment as done.
kadircet added inline comments.

================
Comment at: clangd/CodeComplete.cpp:1233
+    // struct/class/union definition.
+    const auto Overrides = getVirtualNonOverridenMethods(
+        Recorder->CCSema->CurContext, Recorder->CCSema);
----------------
hokein wrote:
> It seems that we treat it as a special case, the code path here runs out of 
> the `ranking` path.
Put override suggestions to ranking system.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50898



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

Reply via email to