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 8dba2df commit a217b5fCopy full SHA for a217b5f
clang/lib/Parse/ParseExpr.cpp
@@ -252,7 +252,7 @@ ExprResult Parser::ParseArrayBoundExpression() {
252
//
253
// sizeof(typeof(*(int (*)[N])array))
254
255
- // in which the expression N is supposed to be ODR-used, as is the `array`.
+ // N and array are supposed to be ODR-used.
256
// Initially when encountering `array`, it is deemed unevaluated and non-ODR
257
// used because that occurs before parsing the type cast. Therefore we use
258
// Sema::TransformToPotentiallyEvaluated() to rebuild the expression to ensure
0 commit comments