Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The motivation for this patch is that the old name initially confused me into thinking it resolved the callee decl of the call-expr.
Comment Actions
Agree this is confusing, thanks for fixing!
| clang-tools-extra/clangd/HeuristicResolver.h | ||
|---|---|---|
| 57 | 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 | |
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