diff options
author | Andy Kaylor <akaylor@nvidia.com> | 2025-06-05 10:10:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 10:10:39 -0700 |
commit | 599b2a3475f1c40b34f2414e55de68c67ebe9d21 (patch) | |
tree | 22f7a4f367065a82eeb61803f0baf4f7b295d6b9 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 63244932fa73f4189b2d90167cf0d4c7dff4b7e9 (diff) | |
download | llvm-599b2a3475f1c40b34f2414e55de68c67ebe9d21.zip llvm-599b2a3475f1c40b34f2414e55de68c67ebe9d21.tar.gz llvm-599b2a3475f1c40b34f2414e55de68c67ebe9d21.tar.bz2 |
[CIR] Add support for derived class declarations (#142823)
This adds the minimal support for declaring a pointer to a derived
class. This includes only the changes necessary to compute the record
layout for the derived class and declare a variable that points to it.
Support for accessing members of either the derived or base class is
deferred until a later change, as is support for declaring a variable
that is an instance of the derived class.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions