From: Nikola Smiljanic Date: Tue, 3 Jun 2014 07:06:20 +0000 (+0000) Subject: List DR532 as implemented on the defect report status page by renaming the namespace. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b226964e25f744598b1f5613999100a00b9f8972;p=platform%2Fupstream%2Fllvm.git List DR532 as implemented on the defect report status page by renaming the namespace. llvm-svn: 210080 --- 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 {