From f9f12642da952980709d29ac6025682e3eef2e0c Mon Sep 17 00:00:00 2001 From: Mital Ashok Date: Fri, 26 Jul 2024 16:43:11 +0100 Subject: [PATCH] Mark as Clang 2.5 --- clang/test/CXX/drs/cwg7xx.cpp | 2 +- clang/www/cxx_dr_status.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clang/test/CXX/drs/cwg7xx.cpp b/clang/test/CXX/drs/cwg7xx.cpp index c603b5a9614e33..36776a6e56412c 100644 --- a/clang/test/CXX/drs/cwg7xx.cpp +++ b/clang/test/CXX/drs/cwg7xx.cpp @@ -76,7 +76,7 @@ namespace cwg712 { // cwg712: partial #endif } -namespace cwg713 { // cwg713: yes +namespace cwg713 { // cwg713: 2.5 template struct is_const { static const bool value = __is_const(T); diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index 3dd91be9ed9d35..5b1c6ce8900cde 100755 --- a/clang/www/cxx_dr_status.html +++ b/clang/www/cxx_dr_status.html @@ -4327,7 +4327,7 @@

C++ defect report implementation status

713 CD2 Unclear note about cv-qualified function types - Yes + Clang 2.5 714