[PATCH] D30848: Implement DR 373 "Lookup on namespace qualified name in using-directive"

Richard Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 10 14:38:53 PST 2017


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





More information about the cfe-commits mailing list