chibicc/test
Rui Ueyama efa0f3366d Allow parentheses in initializers to be omitted 2020-12-07 12:00:06 +09:00
..
arith.c Add ?: operator 2020-12-07 12:00:06 +09:00
cast.c Add type cast 2020-12-07 12:00:05 +09:00
common Support file-scope functions 2020-12-07 12:00:05 +09:00
constexpr.c Add constant expression 2020-12-07 12:00:06 +09:00
control.c Add switch-case 2020-12-07 12:00:06 +09:00
decl.c Add _Bool type 2020-12-07 12:00:05 +09:00
driver.sh Rewrite tests in shell script in C 2020-10-15 14:22:15 +09:00
enum.c Add enum 2020-12-07 12:00:05 +09:00
function.c Decay an array to a pointer in the func param context 2020-12-07 12:00:06 +09:00
initializer.c Allow parentheses in initializers to be omitted 2020-12-07 12:00:06 +09:00
literal.c Add hexadecimal, octal and binary number literals 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 Add a notion of an incomplete array type 2020-12-07 12:00:06 +09:00
string.c Rewrite tests in shell script in C 2020-10-15 14:22:15 +09:00
struct.c Add a notion of an incomplete struct type 2020-12-07 12:00:06 +09:00
test.h Handle union initializers for global variable 2020-12-07 12:00:06 +09:00
typedef.c Add typedef 2020-12-07 11:51:20 +09:00
union.c Add struct assignment 2020-10-15 14:22:16 +09:00
usualconv.c Implement usual arithmetic conversion 2020-12-07 12:00:05 +09:00
variable.c Add void type 2020-12-07 11:51:20 +09:00