From 6dcddc21f83def171f2c0f558ae85a1994809a67 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 27 Mar 2015 17:38:35 +0000 Subject: [PATCH] Mark DR777 only as fixed in clang SVN. llvm-svn: 233391 --- clang/test/CXX/drs/dr7xx.cpp | 2 +- clang/www/cxx_dr_status.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/CXX/drs/dr7xx.cpp b/clang/test/CXX/drs/dr7xx.cpp index a4ca74abe766..fe4a2dc5ee4a 100644 --- a/clang/test/CXX/drs/dr7xx.cpp +++ b/clang/test/CXX/drs/dr7xx.cpp @@ -3,7 +3,7 @@ // RUN: %clang_cc1 -std=c++14 %s -verify -fexceptions -fcxx-exceptions -pedantic-errors // RUN: %clang_cc1 -std=c++1z %s -verify -fexceptions -fcxx-exceptions -pedantic-errors -namespace dr777 { // dr777: yes +namespace dr777 { // dr777: 3.7 #if __cplusplus >= 201103L template void f(int i = 0, T ...args) {} diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 66c65107d2cd..f4d860f68098 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -4681,7 +4681,7 @@ and POD class 777 CD2 Default arguments and parameter packs - Yes + SVN 778