chibicc/test
Rui Ueyama b33fe0ea82 Support line continuation 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 Allow to call a function that takes/returns flonums 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 Add -E option 2020-12-07 12:00:06 +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 Handle flonum for if, while, do, !, ?:, || and && 2020-12-07 12:00:06 +09:00
function.c Decay a function to a pointer in the func param context 2020-12-07 12:00:06 +09:00
include1.h Add #include "..." 2020-12-07 12:00:06 +09:00
include2.h Add #include "..." 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 Support line continuation 2020-12-07 12:00:06 +09:00
macro.c Preserve newline and space during macro expansion 2020-12-07 12:00:06 +09:00
pointer.c
sizeof.c Add "long double" as an alias for "double" 2020-12-07 12:00:06 +09:00
string.c
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
usualconv.c Add usual arithmetic conversion for function pointer 2020-12-07 12:00:06 +09:00
variable.c Add static global variables 2020-12-07 12:00:06 +09:00