================ @@ -6143,6 +6144,13 @@ static FunctionProtoTypeLoc GetPrototypeLoc(Expr *Fn) { } } + if (const auto *ME = dyn_cast<MemberExpr>(Fn)) { ---------------- HighCommander4 wrote:
nit: make this an `else if` (i.e. make it part of the chain just above), and then the `!Target` condition below becomes unnecessary 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