Subset of C language with tree interpreter and bytecode compiler + VM.
Você não pode selecionar mais de 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 3 meses atrás
..
Makefile Initial commit. 4 meses atrás
dangling-pointer.c handle comparison of integer and pointer to variable 3 meses atrás
invalid-pointer.c improve error message for invalid assignments 3 meses atrás
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3 meses atrás
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 3 meses atrás
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants 3 meses atrás
out-of-bounds-access.c Initial commit. 4 meses atrás
pointer-compare.c include file name and line number in syntax error messages 3 meses atrás
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers 3 meses atrás
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array 3 meses atrás
segmentation-fault.c handle array indexing and integer multiplication 3 meses atrás
uninitialised.c add test for access to uninitialised variable 3 meses atrás
use-after-free-2.c add use-after-free test for common linked list deallocation bug 3 meses atrás
use-after-free.c handle typedefs of anonymous structures 3 meses atrás