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
93fa135d283aa1cc54d8b5cc8e9b5133a9d2fe6d
c3c
/
test
/
test_suite
/
assert
History
Christoffer Lerno
dd4edfb747
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
..
assert_variants.c3t
Allow @test with modules. Change name mangling for non exports.
2023-02-20 16:02:30 +01:00
global_static_assert_not_constant.c3
Support for $assert. Also change order of checking global declarations from parsing to semantic analysis.
2020-07-30 17:44:41 +02:00
local_static_assert_not_constant.c3
Complete transition to fn. Introduce global/threadlocal
2021-11-16 17:46:44 +01:00
static_assert.c3
Updated malloc/calloc/realloc/free deprecation of old helper functions. Add checks to prevent incorrect alignment on types when using malloc. Better errors from $assert. Added @deprecated. Fixed issue using named arguments after varargs.
2023-02-27 15:03:27 +01:00
unreachable.c3t
Updated name mangling.
2023-02-20 17:48:47 +01:00