Walter Bright
|
8c84af86bc
|
fix Issue 24155 - ImportC: accept C23 default initializers (#15801)
|
2023-11-15 13:04:42 -08:00 |
|
Walter Bright
|
622676c446
|
fix Issue 24154 - ImportC: useless expression parsed as invalid variable declaration (#15639)
|
2023-09-30 09:13:35 -07:00 |
|
Walter Bright
|
f98599f1da
|
fix Issue 23345 - ImportC: out of order designated initializers initialize to wrong value (#14480)
|
2022-09-26 05:29:02 +03:00 |
|
Walter Bright
|
271a439ca5
|
fix Issue 22925 - importC: multi-dimensional array is not a static and cannot have static initializer (#14467)
|
2022-09-22 07:33:22 +03:00 |
|
Walter Bright
|
58968d3d81
|
fix Issue 23348 - not handling braceless sub structs in initializers (#14455)
|
2022-09-20 10:19:39 +03:00 |
|
Walter Bright
|
3099649fa3
|
fix Issue 23338 - braceless subarray initalizers for struct fields fails
|
2022-09-17 13:05:11 +02:00 |
|
Walter Bright
|
e4d4e18b29
|
fix Issue 22652 - importC: Braceless initializer of nested struct is rejected (#14444)
|
2022-09-16 14:40:59 +03:00 |
|
Walter Bright
|
fe2b56ef42
|
fix Issue 23027 - ImportC: Array of struct is not a static and cannot have static initializer (#14443)
|
2022-09-16 11:48:15 +03:00 |
|
Walter Bright
|
638de4022d
|
fix Issue 23007 - importC: dmd segfaults for extra braces in array initializer
|
2022-09-15 17:49:10 +02:00 |
|
Walter Bright
|
8dc0d27927
|
fix Issue 22429 - importC: designator-list not supported yet (#14435)
|
2022-09-15 12:55:15 +03:00 |
|
Walter Bright
|
882a655bad
|
fix Issue 22610 - ImportC: 3 extra initializer(s) for struct __tag21 (#14437)
|
2022-09-15 12:53:20 +03:00 |
|
Walter Bright
|
c3590d3161
|
fix Issue 23006 - importC: dmd segfaults on static initializer for multi-dimensional array inside struct (#14438)
|
2022-09-15 12:51:41 +03:00 |
|
Walter Bright
|
2fafab630b
|
fix Issue 23230 - cannot implicitly convert expression define of type char[7] to char
|
2022-09-15 11:33:44 +02:00 |
|
Walter Bright
|
978cd5d766
|
ImportC merge initializer tests into one file (#14431)
|
2022-09-13 14:01:40 -07:00 |
|
Walter Bright
|
277b11017e
|
Rewrite semantic for CInitializer (#14427)
Co-authored-by: Iain Buclaw <ibuclaw@gdcproject.org>
|
2022-09-13 09:42:08 +03:00 |
|