[all-commits] [llvm/llvm-project] 915df1: [Clang] Implement CWG 2707 "Deduction guides canno...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Mon Sep 30 16:27:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 915df1ae41652e2f595ce741dcd8f01878ef4e30
https://github.com/llvm/llvm-project/commit/915df1ae41652e2f595ce741dcd8f01878ef4e30
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/DeclCXX.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/AST/DeclCXX.cpp
M clang/lib/Sema/SemaDecl.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/CXX/dcl/dcl.decl/p3.cpp
M clang/test/CXX/drs/cwg27xx.cpp
M clang/www/cxx_dr_status.html
Log Message:
-----------
[Clang] Implement CWG 2707 "Deduction guides cannot have a trailing requires-clause" (#110473)
Closes https://github.com/llvm/llvm-project/issues/98595
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list