Subset of C language with tree interpreter and bytecode compiler + VM.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages há 3 meses
..
Makefile Initial commit. há 4 meses
dangling-pointer.c handle comparison of integer and pointer to variable há 3 meses
invalid-pointer.c improve error message for invalid assignments há 3 meses
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 há 3 meses
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 há 3 meses
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants há 3 meses
out-of-bounds-access.c Initial commit. há 4 meses
pointer-compare.c include file name and line number in syntax error messages há 3 meses
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers há 3 meses
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array há 3 meses
segmentation-fault.c handle array indexing and integer multiplication há 3 meses
uninitialised.c add test for access to uninitialised variable há 3 meses
use-after-free-2.c add use-after-free test for common linked list deallocation bug há 3 meses
use-after-free.c handle typedefs of anonymous structures há 3 meses