================ @@ -0,0 +1,25 @@ +// RUN: %clang_cc1 %s -ast-dump | FileCheck %s ---------------- tahonermann wrote:
Since this test validates an AST dump, it seems more appropriately placed in `clang/test/AST`; there are a bunch of `ast-dump-*` tests there. https://github.com/llvm/llvm-project/pull/221233 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
