[clang] [clang] Add frontend flag to enable support for broken external resugarers (PR #103219)
Dmitri Gribenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 09:08:14 PDT 2024
================
@@ -0,0 +1,18 @@
+// RUN: %clang_cc1 -fsyntax-only -fretain-subst-template-type-parm-type-ast-nodes -ast-dump -ast-dump-filter=dump %s | FileCheck -strict-whitespace %s
----------------
gribozavr wrote:
Could you rename this file to match the flag name?
https://github.com/llvm/llvm-project/pull/103219
More information about the cfe-commits
mailing list