================ @@ -1571,6 +1575,65 @@ static bool checkAVXParam(DiagnosticsEngine &Diag, ASTContext &Ctx, return false; } +void X86_64TargetCodeGenInfo::checkFunctionABI(CodeGenModule &CGM, ---------------- AaronBallman wrote:
Do we need special handling for calls through function pointers where we might not have a `FunctionDecl`? What about things like Objective-C method declarations? Blocks? https://github.com/llvm/llvm-project/pull/199091 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
