[RelativeVTablesABI] Convert tests to opaque pointers (NFC)
authorNikita Popov <npopov@redhat.com>
Thu, 6 Oct 2022 10:36:10 +0000 (12:36 +0200)
committerNikita Popov <npopov@redhat.com>
Thu, 6 Oct 2022 10:37:42 +0000 (12:37 +0200)
commit89810cee544db09fbf7d578c6e93db7a9cb0d9e5
treeb8433c9e91c499498ed70c774452cb253d153b3c
parent6474d7faeaa0dce09df84612c6bd8cd6c48c898d
[RelativeVTablesABI] Convert tests to opaque pointers (NFC)

Converted using https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34
with manual fixup, primarily to drop check lines for types that
no longer appear with opaque pointers.
clang/test/CodeGenCXX/RelativeVTablesABI/diamond-inheritance.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/diamond-virtual-inheritance.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/dynamic-cast.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/multiple-inheritance.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/type-info.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/vbase-offset.cpp
clang/test/CodeGenCXX/RelativeVTablesABI/virtual-function-call.cpp