================
@@ -1628,8 +1628,10 @@ struct CallHierarchyIncomingCall {
/// This is relative to the caller denoted by `From`.
std::vector<Range> fromRanges;
- /// This caller might be a false positive.
- /// We currently have no way of 100% confirming this.
+ /// For the case of being a virtual function we also return calls
+ /// to the base function. This caller might be a false positive.
+ /// We currently have no way of discerning this.
+ /// This is a clangd exntesion.
----------------
HighCommander4 wrote:
(went ahead and fixed this)
https://github.com/llvm/llvm-project/pull/163024
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits