From b226964e25f744598b1f5613999100a00b9f8972 Mon Sep 17 00:00:00 2001 From: Nikola Smiljanic Date: Tue, 3 Jun 2014 07:06:20 +0000 Subject: [PATCH] List DR532 as implemented on the defect report status page by renaming the namespace. llvm-svn: 210080 --- clang/test/CXX/drs/dr5xx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/CXX/drs/dr5xx.cpp b/clang/test/CXX/drs/dr5xx.cpp index 3a8aa34..0c0d451 100644 --- a/clang/test/CXX/drs/dr5xx.cpp +++ b/clang/test/CXX/drs/dr5xx.cpp @@ -195,8 +195,8 @@ namespace dr525 { // dr525: yes } } -// Core DR 532. -namespace PR8130 { +// PR8130 +namespace dr532 { // dr532: 3.5 struct A { }; template struct B { -- 2.7.4