From 99bae9d0426fcf8e6b5191cc17928ddf084f7a7a 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210080 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CXX/drs/dr5xx.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CXX/drs/dr5xx.cpp b/test/CXX/drs/dr5xx.cpp index 3a8aa34a77..0c0d451c4b 100644 --- a/test/CXX/drs/dr5xx.cpp +++ b/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.40.0