================ @@ -87,6 +87,9 @@ class alignas(const Formula *) Formula { ArrayRef<const Formula *> Operands, unsigned Value = 0); + // Parse Formulas using Arena rather than caling this function directly. + static Formula *parse(llvm::BumpPtrAllocator &Alloc, llvm::StringRef &); ---------------- sam-mccall wrote:
Right, oops! https://github.com/llvm/llvm-project/pull/66424 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits