[clang] [clang][NFC] Add examples from [dcl.init.aggr] to C++ conformance tests (PR #91435)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Wed May 8 01:59:18 PDT 2024
================
@@ -0,0 +1,294 @@
+// RUN: %clang_cc1 -std=c++2c -verify %s
+
----------------
Endilll wrote:
Any reference would become outdated the moment this file is touched next time, so I added one to the PR description, so it makes it into the commit message.
https://github.com/llvm/llvm-project/pull/91435
More information about the cfe-commits
mailing list