[clang] [clang-tools-extra] [clang] Fix CXXNewExpr end source location for 'new struct S' (PR #92266)
Arseniy Zaostrovnykh via cfe-commits
cfe-commits at lists.llvm.org
Thu May 16 00:28:21 PDT 2024
================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -ast-dump %s 2>&1 | FileCheck %s
----------------
necto wrote:
thanks for the pointer, moved!
https://github.com/llvm/llvm-project/pull/92266
More information about the cfe-commits
mailing list