Lauri Vasama
|
359af98ab8
|
Emit spaces before casts in C
|
2025-11-12 15:28:54 +02:00 |
|
Lauri Vasama
|
cee099c2df
|
Rename Clift GoToOp to GotoOp
|
2025-11-12 15:28:54 +02:00 |
|
Lauri Vasama
|
220439dfce
|
Remove FunctionType::getCliftFunctionType
Change FunctionType::getFunctionType to return clift::FunctionType
instead of clift::ValueType.
|
2025-11-12 15:28:54 +02:00 |
|
Lauri Vasama
|
02d3c82887
|
Add support for Clift for-loop initializers
|
2025-10-21 09:15:40 +02:00 |
|
Lauri Vasama
|
bf5adce413
|
Overhaul Clift loop syntax, add break/continue
|
2025-10-21 09:15:40 +02:00 |
|
Lauri Vasama
|
34cd63e60c
|
Add CliftOpHelpers.h
|
2025-10-21 09:15:40 +02:00 |
|
Lauri Vasama
|
143fce8f62
|
Fix switch statement C emission
No newline was previously emitted before the first case:
```
switch (C) {case 1: {
} break;
}
```
|
2025-10-21 09:15:40 +02:00 |
|
Lauri Vasama
|
22d6f70ee2
|
Clift directory structure overhaul
|
2025-10-13 15:08:20 +02:00 |
|