The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
29.25k
stars
12.07k
forks
source link
Clang runs OOM when checking for constant initialization of array of unions. #107516
Open
john-carter opened 2 months ago
Closely related to https://github.com/llvm/llvm-project/issues/51054 which has been fixed.
This case is very similar, but with union instead of struct.