Files
clang-p2996/clang/test/AST/ByteCode/libcxx/make_unique.cpp
Timm Baeder 3f648992bf [clang][bytecode] Fix initing incomplete arrays from ImplicitValueIni… (#128729)
…tExpr

If the ImplicitValueInitExpr is of incomplete array type, we ignore it
in its Visit function. This is a special case here, so pull out the
element type and zero the elements.
2025-02-26 08:14:00 +01:00

1.1 KiB