We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154b54c commit 250f73cCopy full SHA for 250f73c
clang/lib/CodeGen/CGExpr.cpp
@@ -7218,8 +7218,6 @@ LValue CodeGenFunction::EmitForgePtrExprLValue(const ForgePtrExpr *E) {
7218
}
7219
7220
LValue CodeGenFunction::EmitTerminatedByToIndexableExprLValue(const TerminatedByToIndexableExpr *E) {
7221
- if (!E->getType()->isPointerTypeWithBounds())
7222
- return EmitUnsupportedLValue(E, "l-value expression");
7223
return EmitAggExprToLValue(E);
7224
7225
0 commit comments