This website requires JavaScript.
Explore
Help
Register
Sign In
shishantbiswas
/
c3c
Watch
1
Star
1
Fork
0
You've already forked c3c
mirror of
https://github.com/c3lang/c3c.git
synced
2026-02-27 20:11:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
306ce5b39b1a237e34445d18f0b3b229dd8346b2
c3c
/
test
/
test_suite
/
errors
History
Christoffer Lerno
45a3c8ae50
Fix alignment on all indirect. Fixed incorrect preferred alignment. Added mingw regression tests.
2021-07-16 13:05:56 +02:00
..
error_decl_fails.c3
Changed how structs/unions are parsed so that recovery becomes more robust. Allow for more complex error data. Fixed recursive structs/unions. Corrected prefix precedence rules. Begin work on checking initializer constant-ness. Fixed error on failed arithmetic promotion. Added checks on constant overflow of sub/add/mult. Allow "current_module_name::x" to refer to globals. Added many tests.
2020-07-23 18:04:18 +02:00
error_decl_ok.c3
Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".
2021-01-29 18:46:17 +01:00
error_semantic_fails.c3
Initial checkin of docs parsing. char is now unsigned, and signed char is "ichar".
2021-01-29 18:46:17 +01:00
illegal_use_of_failable.c3
More correct alignment. Foreach added. Removed dynamic designated array initialization. Use 16 byte alignment on arrays >= 16 for x64
2021-01-27 00:14:16 +01:00
precedence_err.c3
Test for explicit parentheses error
2021-03-15 16:56:44 +01:00
rethrow_mingw.c3t
Fix alignment on all indirect. Fixed incorrect preferred alignment. Added mingw regression tests.
2021-07-16 13:05:56 +02:00
rethrow_no_err.c3
Fixes to !! operator + tests.
2020-07-29 12:07:56 +02:00
rethrow.c3t
Fix alignment on all indirect. Fixed incorrect preferred alignment. Added mingw regression tests.
2021-07-16 13:05:56 +02:00