[clang] [clang][Sema] Allow abstract declarators to specify cv-qualified function types as per CWG1417 (PR #209836)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 16 10:50:49 PDT 2026


================
@@ -751,3 +751,13 @@ struct A {
 static_assert(__is_trivial(A), "");
 #endif
 } // namespace cwg1496
+
+namespace cwg1417 { // cwg1417: 24
----------------
AZero13 wrote:

Also fixed!

https://github.com/llvm/llvm-project/pull/209836


More information about the cfe-commits mailing list