================
@@ -105,6 +108,90 @@ bool implicitObjectParamIsLifetimeBound(const FunctionDecl 
*FD) {
   return isNormalAssignmentOperator(FD);
 }
 
+FunctionCallInfo getFunctionCallInfo(const Expr *Call) {
----------------
Xazax-hun wrote:

I think `AnyCall` and `FunctionCallInfo` are doing almost the same. I guess 
they are not completely the same as some index manipulation is going on below. 

I think in the future it would be nice to merge them and maybe add another view 
for `args` that includes the implicit object argument as well for 
`CXXMemeberCallExpr`s?

That being said, I think it is OK to be left as a follow-up. 

https://github.com/llvm/llvm-project/pull/206337
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to