r210080 - List DR532 as implemented on the defect report status page by renaming the namespace.

Nikola Smiljanic popizdeh at gmail.com
Tue Jun 3 00:06:20 PDT 2014


Author: nikola
Date: Tue Jun  3 02:06:20 2014
New Revision: 210080

URL: http://llvm.org/viewvc/llvm-project?rev=210080&view=rev
Log:
List DR532 as implemented on the defect report status page by renaming the namespace.

Modified:
    cfe/trunk/test/CXX/drs/dr5xx.cpp

Modified: cfe/trunk/test/CXX/drs/dr5xx.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/drs/dr5xx.cpp?rev=210080&r1=210079&r2=210080&view=diff
==============================================================================
--- cfe/trunk/test/CXX/drs/dr5xx.cpp (original)
+++ cfe/trunk/test/CXX/drs/dr5xx.cpp Tue Jun  3 02:06:20 2014
@@ -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 {





More information about the cfe-commits mailing list