.. |
alignof.c
|
Make an array of at least 16 bytes long to have alignment of at least 16 bytes
|
2020-12-07 12:00:06 +09:00 |
arith.c
|
[GNU] Add ?: operator with omitted operand
|
2020-12-07 12:00:06 +09:00 |
asm.c
|
Add basic "asm" statement
|
2020-12-07 12:00:06 +09:00 |
bitfield.c
|
Handle zero-width bitfield member
|
2020-12-07 12:00:06 +09:00 |
builtin.c
|
[GNU] Add __builtin_types_compatible_p
|
2020-12-07 12:00:06 +09:00 |
cast.c
|
Add "float" and "double" local variables and casts
|
2020-12-07 12:00:06 +09:00 |
common
|
Allow to call a fucntion returning a struct
|
2020-12-07 12:00:06 +09:00 |
compat.c
|
Ignore "static" and "const" in array-dimensions
|
2020-12-07 12:00:06 +09:00 |
complit.c
|
Add compound literals
|
2020-12-07 12:00:06 +09:00 |
const.c
|
Ignore const, volatile, auto, register, restrict or _Noreturn.
|
2020-12-07 12:00:06 +09:00 |
constexpr.c
|
Add flonum constant expression
|
2020-12-07 12:00:06 +09:00 |
control.c
|
Handle flonum for if, while, do, !, ?:, || and &&
|
2020-12-07 12:00:06 +09:00 |
decl.c
|
Add _Bool type
|
2020-12-07 12:00:05 +09:00 |
driver.sh
|
Do not emit static inline functions if referenced by no one
|
2020-12-07 12:00:06 +09:00 |
enum.c
|
Add enum
|
2020-12-07 12:00:05 +09:00 |
extern.c
|
Handle inline functions as static functions
|
2020-12-07 12:00:06 +09:00 |
float.c
|
Handle flonum for if, while, do, !, ?:, || and &&
|
2020-12-07 12:00:06 +09:00 |
function.c
|
Handle inline functions as static functions
|
2020-12-07 12:00:06 +09:00 |
generic.c
|
Add _Generic
|
2020-12-07 12:00:06 +09:00 |
include1.h
|
Add __FILE__ and __LINE__
|
2020-12-07 12:00:06 +09:00 |
include2.h
|
Add #include "..."
|
2020-12-07 12:00:06 +09:00 |
include3.h
|
Add #include <...>
|
2020-12-07 12:00:06 +09:00 |
include4.h
|
Add #include <...>
|
2020-12-07 12:00:06 +09:00 |
initializer.c
|
Handle struct designator for anonymous struct member
|
2020-12-07 12:00:06 +09:00 |
line.c
|
[GNU] Add line marker directive
|
2020-12-07 12:00:06 +09:00 |
literal.c
|
Recognize wide character literal
|
2020-12-07 12:00:06 +09:00 |
macro.c
|
[GNU] Support GCC-style variadic macro
|
2020-12-07 12:00:06 +09:00 |
pointer.c
|
Rewrite tests in shell script in C
|
2020-10-15 14:22:15 +09:00 |
sizeof.c
|
[GNU] Allow sizeof(<function type>)
|
2020-12-07 12:00:06 +09:00 |
stdhdr.c
|
Add stdarg.h, stdbool.h, stddef.h, stdalign.h and float.h
|
2020-12-07 12:00:06 +09:00 |
string.c
|
Allow to concatenate regular string literals with L/u/U string literals
|
2020-12-07 12:00:06 +09:00 |
struct.c
|
Add a notion of an incomplete struct type
|
2020-12-07 12:00:06 +09:00 |
test.h
|
Add __DATE__ and __TIME__ macros
|
2020-12-07 12:00:06 +09:00 |
typedef.c
|
Add typedef
|
2020-12-07 11:51:20 +09:00 |
typeof.c
|
Add typeof
|
2020-12-07 12:00:06 +09:00 |
unicode.c
|
[GNU] Accept $ as an identifier character
|
2020-12-07 12:00:06 +09:00 |
union.c
|
Add anonymous struct and union
|
2020-12-07 12:00:06 +09:00 |
usualconv.c
|
Add usual arithmetic conversion for function pointer
|
2020-12-07 12:00:06 +09:00 |
varargs.c
|
Add va_copy()
|
2020-12-07 12:00:06 +09:00 |
variable.c
|
Add static global variables
|
2020-12-07 12:00:06 +09:00 |