[clang] [clang] Support DecompositionDecl in -ast-print (PR #221711)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 8 04:57:43 PDT 2026


================
@@ -0,0 +1,89 @@
+// RUN: %clang_cc1 -std=c++26 -ast-print %s | FileCheck %s
----------------
AaronBallman wrote:

Does something about the test require C++26?

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


More information about the cfe-commits mailing list