[clang] Issue #63106: [сlang] Representation of ellipsis in AST (PR #80976)
Shahid Iqbal via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 27 02:08:02 PST 2024
================
@@ -41,7 +41,7 @@ void TestCatch2() {
try {
}
// CHECK-NEXT: CXXCatchStmt
-// CHECK-NEXT: NULL
+// CHECK-NEXT: VarDecl {{.*}} '<unknown type>'
----------------
shahidiqbal13 wrote:
Can't do much here , its intently being created the var of unknown type
https://github.com/llvm/llvm-project/pull/80976
More information about the cfe-commits
mailing list