Files
llvm-project/clang/test/CIR/CodeGen/delete-array.cpp
Andy Kaylor 7d2f2a3f4d [CIR] Fix off-by-one dtor loop bug (#190242)
We had an off-by-one error in the CIR generation for array destructor
loops, causing us to miss destructing one element of the array. This
change fixes the problem.
2026-04-02 13:49:19 -07:00

14 KiB