Commit ceb29c8
[clang][bytecode] Return an lvalue path for dummy pointers (llvm#111862)
Not doing this is wrong in general and we need to reject expressions
where it would matter differently.1 parent 70e32e6 commit ceb29c8
File tree
3 files changed
+13
-11
lines changed- clang
- lib/AST/ByteCode
- test/AST/ByteCode
3 files changed
+13
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6006 | 6006 | | |
6007 | 6007 | | |
6008 | 6008 | | |
| 6009 | + | |
| 6010 | + | |
| 6011 | + | |
6009 | 6012 | | |
6010 | 6013 | | |
6011 | 6014 | | |
| |||
6042 | 6045 | | |
6043 | 6046 | | |
6044 | 6047 | | |
6045 | | - | |
6046 | | - | |
6047 | | - | |
| 6048 | + | |
6048 | 6049 | | |
6049 | 6050 | | |
6050 | 6051 | | |
| |||
6060 | 6061 | | |
6061 | 6062 | | |
6062 | 6063 | | |
6063 | | - | |
6064 | | - | |
6065 | | - | |
| 6064 | + | |
| 6065 | + | |
| 6066 | + | |
| 6067 | + | |
| 6068 | + | |
| 6069 | + | |
6066 | 6070 | | |
6067 | 6071 | | |
6068 | 6072 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 256 | | |
262 | 257 | | |
263 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments