List DR532 as implemented on the defect report status page by renaming the namespace.
authorNikola Smiljanic <popizdeh@gmail.com>
Tue, 3 Jun 2014 07:06:20 +0000 (07:06 +0000)
committerNikola Smiljanic <popizdeh@gmail.com>
Tue, 3 Jun 2014 07:06:20 +0000 (07:06 +0000)
llvm-svn: 210080

clang/test/CXX/drs/dr5xx.cpp

index 3a8aa34..0c0d451 100644 (file)
@@ -195,8 +195,8 @@ namespace dr525 { // dr525: yes
   }
 }
 
-// Core DR 532.
-namespace PR8130 {
+// PR8130
+namespace dr532 { // dr532: 3.5
   struct A { };
 
   template<class T> struct B {