================ @@ -8627,6 +8636,40 @@ inline bool Type::isOverloadableType() const { !isMemberPointerType(); } +inline bool Type::hasCFIUncheckedCallee(const ASTContext &Context) const { ---------------- erichkeane wrote:
This function name doesn't really make sense either, It isnt' really checking the current type's callee, just the current type? https://github.com/llvm/llvm-project/pull/135836 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits