Timm Baeder
|
0bc8168070
|
[clang][bytecode] Fix reinterpret_casts from pointer to non-pointers (#108811)
We need to be a little more careful here with whether or nor we are able
to do the cast at all or not.
|
2024-09-16 17:35:38 +02:00 |
|
Timm Bäder
|
75ef95584d
|
[clang][bytecode][NFC] Move test to verify=expected,both style
|
2024-08-24 07:18:36 +02:00 |
|
Timm Baeder
|
125aa10b3d
|
[clang][bytecode] Fix void unary * operators (#105640)
Discard the subexpr.
|
2024-08-22 14:05:17 +02:00 |
|
Timm Baeder
|
a07aba5d44
|
[clang] Rename all AST/Interp stuff to AST/ByteCode (#104552)
"Interp" clashes with the clang interpreter and people often confuse
this.
|
2024-08-16 17:13:12 +02:00 |
|