]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210080 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/drs/dr5xx.cpp

index 3a8aa34a7793ba7e276b93896004001eb5f676f9..0c0d451c4b222e167d6173e460a558548e9943bb 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 {