File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -1364,6 +1364,14 @@ namespace cwg191 { // cwg191: yes
1364
1364
}
1365
1365
}
1366
1366
1367
+ namespace cwg192 { // cwg192: 2.7
1368
+ struct S {
1369
+ void f (I i) { }
1370
+ // expected-error@-1 {{unknown type name 'I'}}
1371
+ typedef int I;
1372
+ };
1373
+ } // namespace cwg192
1374
+
1367
1375
// cwg193 is in cwg193.cpp
1368
1376
1369
1377
namespace cwg194 { // cwg194: yes
Original file line number Diff line number Diff line change @@ -1197,7 +1197,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
1197
1197
<td><a href="https://cplusplus.github.io/CWG/issues/192.html">192</a></td>
1198
1198
<td>NAD</td>
1199
1199
<td>Name lookup in parameters</td>
1200
- <td class="unknown " align="center">Unknown </td>
1200
+ <td class="full " align="center">Clang 2.7 </td>
1201
1201
</tr>
1202
1202
<tr id="193">
1203
1203
<td><a href="https://cplusplus.github.io/CWG/issues/193.html">193</a></td>
You can’t perform that action at this time.
0 commit comments