================ @@ -1222,6 +1222,16 @@ static IsTupleLike isTupleLike(Sema &S, SourceLocation Loc, QualType T, if (E.isInvalid()) return IsTupleLike::Error; + if (Size < 0 || Size >= UINT_MAX) { ---------------- erichkeane wrote:
Oh! sure, yeah, that is reasonable. https://github.com/llvm/llvm-project/pull/159677 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits