From c843a56e74763d624bf298ff172a08a38e6e8443 Mon Sep 17 00:00:00 2001 From: bashir Date: Sat, 17 May 2025 14:24:04 +0300 Subject: [PATCH 1/3] tests: Fix FileCheck prefix typos --- clang/test/AST/ast-dump-using-template.cpp | 4 ++-- clang/test/CodeGen/PowerPC/ppc-tmmintrin.c | 2 +- clang/test/CodeGen/X86/avx-builtins.c | 4 ++-- clang/test/CodeGen/paren-list-agg-init.cpp | 2 +- clang/test/CodeGenCXX/microsoft-abi-throw.cpp | 2 +- .../test/CodeGenOpenCL/builtins-amdgcn-vi.cl | 2 +- clang/test/Driver/baremetal-sysroot.cpp | 2 +- clang/test/Driver/baremetal.cpp | 4 ++-- clang/test/ExtractAPI/objc_property.m | 2 +- clang/test/SemaOpenACC/set-construct-ast.cpp | 2 +- lld/test/ELF/aarch64-thunk-bti.s | 2 +- .../CostModel/SystemZ/i128-cmp-ext-conv.ll | 2 +- llvm/test/CodeGen/AArch64/fpimm.ll | 2 +- llvm/test/CodeGen/ARM/shifter_operand.ll | 2 +- llvm/test/CodeGen/ARM/sxt_rot.ll | 2 +- .../Thumb2/LowOverheadLoops/branch-targets.ll | 6 ++--- .../CallSiteSplitting/callsite-split.ll | 2 +- .../Coroutines/coro-debug-coro-frame.ll | 2 +- .../AArch64/nontemporal-load-store.ll | 22 +++++++++---------- .../Inputs/binary-formats.canonical.json | 2 +- .../scalar-references-used-in-scop-compute.ll | 4 ++-- 21 files changed, 37 insertions(+), 37 deletions(-) diff --git a/clang/test/AST/ast-dump-using-template.cpp b/clang/test/AST/ast-dump-using-template.cpp index 75db5eb5a9d1c..2c9584966e843 100644 --- a/clang/test/AST/ast-dump-using-template.cpp +++ b/clang/test/AST/ast-dump-using-template.cpp @@ -22,7 +22,7 @@ using A = S; // CHECK-NEXT: `-ElaboratedType {{.*}} 'S' sugar dependent // CHECK-NEXT: `-TemplateSpecializationType {{.*}} 'S' dependent // CHECK-NEXT: |-name: 'S':'ns::S' qualified -// CHECk-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S' +// CHECK-NEXT: | |-UsingShadowDecl {{.+}} ClassTemplate {{.+}} 'S' // TemplateName in TemplateArgument. template