rsmith added inline comments.
================ Comment at: test/CXX/drs/dr3xx.cpp:911 -namespace dr373 { // dr373: no - // FIXME: This is valid. - namespace X { int dr373; } // expected-note 2{{here}} +namespace dr373 { // dr373: yes + namespace X { int dr373; } ---------------- This should say "dr373: 5" to indicate the first version of Clang with the fix. ================ Comment at: www/cxx_dr_status.html:2282 <td>Lookup on namespace qualified name in using-directive</td> - <td class="none" align="center">No</td> + <td class="full" align="center">Yes</td> </tr> ---------------- ... and this file should be regenerated so it lists the version. https://reviews.llvm.org/D30848 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits