================ @@ -2440,10 +2440,13 @@ ExprResult Sema::BuildClassMessageImplicit(QualType ReceiverType, assert(((isSuperReceiver && Loc.isValid()) || receiverTypeInfo) && "Either the super receiver location needs to be valid or the receiver " "needs valid type source information"); ---------------- smanna12 wrote:
The assert was added part of commit https://reviews.llvm.org/D153236 https://github.com/llvm/llvm-project/pull/90482 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits