================
@@ -2064,7 +2068,9 @@ class FunctionDecl : public DeclaratorDecl,
public:
static DefaultedOrDeletedFunctionInfo *
Create(ASTContext &Context, ArrayRef<DeclAccessPair> Lookups,
- StringLiteral *DeletedMessage = nullptr);
+ StringLiteral *DeletedMessage = nullptr, uint64_t FPFeatures = 0);
----------------
erichkeane wrote:
I think I would rather have us NOT have FPFeatures be a defaulted argument.
https://github.com/llvm/llvm-project/pull/207429
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits