[clang] [clang][AST] Fix spaces in TypePrinter for some calling convs (PR #143160)
Nick Sarnie via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 6 16:10:48 PDT 2025
================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -triple aarch64 -ast-dump -ast-dump-filter foo %s \
+// RUN: | FileCheck --strict-whitespace %s
+
+// CHECK: {{foo1 'void \(\) __attribute__\(\(device_kernel\)\)'$}}
----------------
sarnex wrote:
applied this change and added a release note, thanks so much!
https://github.com/llvm/llvm-project/pull/143160
More information about the cfe-commits
mailing list