[all-commits] [llvm/llvm-project] eaea79: [Clang] Convert some tests to opaque pointers (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jan 26 02:33:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eaea793d5eb68d121dc773f6c31ebc2214bf1371
https://github.com/llvm/llvm-project/commit/eaea793d5eb68d121dc773f6c31ebc2214bf1371
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M clang/test/CodeGen/arm64_32-vaarg.c
M clang/test/CodeGen/cmse-clear-return.c
M clang/test/CodeGen/pointer-signext.c
M clang/test/CodeGen/temporary-lifetime.cpp
M clang/test/CodeGenCoroutines/coro-elide.cpp
M clang/test/CodeGenObjC/arc-foreach.m
M clang/test/CodeGenObjC/exceptions.m
M clang/test/CodeGenObjCXX/arc-blocks.mm
M clang/test/CodeGenObjCXX/arc-cxx11-init-list.mm
M clang/test/CodeGenOpenCL/amdgpu-abi-struct-coerce.cl
M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
M clang/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
Log Message:
-----------
[Clang] Convert some tests to opaque pointers (NFC)
These are all tests that end up running SROA.
More information about the All-commits
mailing list