[clang] [clang-tools-extra] [clang] Fix CXXNewExpr end source location for 'new struct S' (PR #92266)
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 08:28:07 PDT 2024
================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -ast-dump %s 2>&1 | FileCheck %s
----------------
hokein wrote:
For ast-dump lit tests, we usually place them in `clang/test/AST/` dir with name `ast-dump*.cpp` (or we can add it to the existing `ast-dump-expr.cpp`).
https://github.com/llvm/llvm-project/pull/92266
More information about the cfe-commits
mailing list