[PATCH] D95244: [clang][AST] Handle overload callee type in CallExpr::getCallReturnType.

Gabor Marton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 11 05:07:02 PST 2021


martong added reviewers: aaron.ballman, riccibruno, dblaikie.
martong added subscribers: aaron.ballman, dblaikie.
martong added a comment.

Hi @aaron.ballman @riccibruno @dblaikie, I am adding you as a reviewer because it seems you have great experience with Clang's AST.
Could you please take a look on this patch? The problem is that we currently do not handle a CallExpr's return type properly in case of a dependent context. This seems to be a flaw in the implementation of CallExpr.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95244/new/

https://reviews.llvm.org/D95244



More information about the cfe-commits mailing list