| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-19 | [clang][bytecode] Diagnose loads from weak variables (#109256) | Timm Baeder | |
| 2024-08-31 | [clang][bytecode] Diagnose comparisons with literals (#106734) | Timm Baeder | |
| This requires adding a new opcode for PointerToBoolean casts, since we otherwise emit too many diagnostics. But that fixes an older problem when casting weak pointers to bool. | |||
| 2024-08-16 | [clang] Rename all AST/Interp stuff to AST/ByteCode (#104552) | Timm Baeder | |
| "Interp" clashes with the clang interpreter and people often confuse this. | |||
