================ @@ -124,6 +124,31 @@ void SubstTemplateTemplateParmPackStorage::Profile( ID.AddBoolean(Final); } +IdentifierOrOverloadedOperator::IdentifierOrOverloadedOperator( + const IdentifierInfo *II) + : PtrOrOp(reinterpret_cast<uintptr_t>(II)) { + static_assert(NUM_OVERLOADED_OPERATORS <= 4096, + "NUM_OVERLOADED_OPERATORS is too large"); ---------------- zyn0217 wrote:
How did you determine the upper limit? https://github.com/llvm/llvm-project/pull/133610 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits