Files
llvm/clang/test/CIR/CodeGen/ctor-null-init.cpp
Andy Kaylor a22834a4d2 [CIR] Handle null base class initialization (#167023)
This adds handling for null base class initialization, but only for the
trivial case where the class is empty. This also moves
emitCXXConstructExpr to CIRGenExprCXX.cpp for consistency with classic
codegen and the incubator repo.
2025-11-12 10:13:36 -08:00

1.1 KiB