================
@@ -6143,6 +6144,13 @@ static FunctionProtoTypeLoc GetPrototypeLoc(Expr *Fn) {
     }
   }
 
+  if (const auto *ME = dyn_cast<MemberExpr>(Fn)) {
----------------
Qwinci wrote:

Done.

https://github.com/llvm/llvm-project/pull/69011
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to