Files
clang-p2996/clang/lib/CIR
Andy Kaylor 80c19b3b1d [CIR] Upstream initial support for complete record types (#135844)
This adds basic support for populating record types. In order to keep
the change small, everything non-essential was deferred to a later
change set. Only non-recursive structures are handled. Structures
padding is not yet implemented. Bitfields are not supported. No attempt
is made to handle ABI requirements for passing structure arguments.
2025-04-16 10:33:09 -07:00
..