Files
clang-p2996/clang/lib/AST/ByteCode/Program.cpp
Timm Baeder 8e2dbab242 [clang][bytecode] Fix defining extern variables (#108940)
At the point of defintion of the variable, a function might already
refert to the variable by its index. Replace the index with the new one.
2024-09-17 15:21:28 +02:00

15 KiB