sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. Herald added a subscriber: cfe-commits.
Agree this is confusing, thanks for fixing! ================ Comment at: clang-tools-extra/clangd/HeuristicResolver.h:57 + std::vector<const NamedDecl *> + resolveReturnTypeOfCallExpr(const CallExpr *CE) const; std::vector<const NamedDecl *> ---------------- nit: I think `resolveTypeOfCallExpr` (or `resolveCallExprType`) is sufficient/better, as technically it's the callee that has a return type, the call expr just has a type Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D100741/new/ https://reviews.llvm.org/D100741 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits