balazske added inline comments.
================ Comment at: clang/lib/AST/Expr.cpp:1402 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); return FnType->getReturnType(); ---------------- Here occurs the problem: If `CalleeType` is of type `BuiltinType::Overload` it does not cast to `FunctionType`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D95244/new/ https://reviews.llvm.org/D95244 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits