Files
clang-p2996/clang/lib/AST/ByteCode/Compiler.cpp
Timm Baeder 3de2fa91e1 [clang][bytecode] Avoid classifying in visitArrayElemInit() (#139674)
We usually call this more than once, but the type of the initializer
never changes. Let's classify only once and pass that to
visitArrayElemInit().
2025-05-13 11:01:59 +02:00

209 KiB