chibicc/test
Rui Ueyama 83f76ebb66 Add flonum +, -, * and / 2020-12-07 12:00:06 +09:00
..
alignof.c Use long or ulong instead of int for some expressions 2020-12-07 12:00:06 +09:00
arith.c When comparing two pointers, treat them as unsigned 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 Add unsigned integral types 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 Handle unsigned types in the constant expression 2020-12-07 12:00:06 +09:00
control.c Add do ... while 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
extern.c Handle extern declarations in a block 2020-12-07 12:00:06 +09:00
float.c Add flonum +, -, * and / 2020-12-07 12:00:06 +09:00
function.c Add unsigned integral types 2020-12-07 12:00:06 +09:00
initializer.c Allow to initialize struct flexible array member 2020-12-07 12:00:06 +09:00
literal.c Add floating-point constant 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 flonum +, -, * and / 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 Ignore const, volatile, auto, register, restrict or _Noreturn. 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 static global variables 2020-12-07 12:00:06 +09:00