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 2c094dc commit e56332bCopy full SHA for e56332b
clang/test/Analysis/initializer.cpp
@@ -311,9 +311,9 @@ void out_of_order_designated_initializers_with_gaps() {
311
delete s;
312
}
313
314
-// https://eel.is/c++draft/dcl.init.aggr#note-6:
315
-// Static data members, non-static data members of anonymous
316
-// union members, and unnamed bit-fields are not considered
+// https://eel.is/c++draft/dcl.init.aggr#note-6:
+// Static data members, non-static data members of anonymous
+// union members, and unnamed bit-fields are not considered
317
// elements of the aggregate.
318
struct NonConsideredFields {
319
int i;
0 commit comments