Timm Baeder
|
ff04bb8f40
|
[clang][bytecode] Use PredefinedExpr as base for its variable (#111956)
This fixes the error message generated.
|
2024-10-11 09:31:49 +02:00 |
|
Timm Baeder
|
36b0707767
|
[clang][bytecode] Return an lvalue path for dummy pointers (#111862)
Not doing this is wrong in general and we need to reject expressions
where it would matter differently.
|
2024-10-11 05:58:25 +02:00 |
|
Timm Baeder
|
55d51dd9dc
|
[clang][bytecode] Fix temporary lvalue base expression (#111808)
We need to use the MaterializeTemporaryExpr here so the checks in
ExprConstant.cpp do the right thing.
|
2024-10-10 14:10:38 +02:00 |
|