chibicc/test
Rui Ueyama 238277714d Allow to concatenate regular string literals with L/u/U string literals 2020-12-07 12:00:06 +09:00
..
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
bitfield.c Handle zero-width bitfield member 2020-12-07 12:00:06 +09:00
cast.c
common Allow to call a fucntion returning a struct 2020-12-07 12:00:06 +09:00
compat.c
complit.c
const.c
constexpr.c
control.c
decl.c
driver.sh Ignore -O, -W and -g and other flags 2020-12-07 12:00:06 +09:00
enum.c
extern.c
float.c
function.c Make "main" to implicitly return 0 2020-12-07 12:00:06 +09:00
include1.h Add __FILE__ and __LINE__ 2020-12-07 12:00:06 +09:00
include2.h
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
literal.c Recognize wide character literal 2020-12-07 12:00:06 +09:00
macro.c [GNU] Add __COUNTER__ macro 2020-12-07 12:00:06 +09:00
pointer.c
sizeof.c
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
test.h Add __DATE__ and __TIME__ macros 2020-12-07 12:00:06 +09:00
typedef.c
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
varargs.c Add va_copy() 2020-12-07 12:00:06 +09:00
variable.c