v0.16.12 Radium 2017-11-02
- Remove temp files in
stdio.c
. (#299, #305) - @Konstantin8105 - Added
Atos()
to help debug AST issues. (#276, #306) - @Konstantin8105 - Added
AllocSizeAttr
andDisableTailCallsAttr
AST node types. (#307) - @Konstantin8105 - Fix misspellings in comments. (#308) - @Konstantin8105
- Added
IsInherited
toDeprecatedAttr
. (#205, #184, #309) - @Konstantin8105 - Fixed
sizeof(char *const [5])
. (#286, #310) - @yulvil