Subset of C language with tree interpreter and bytecode compiler + VM.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Ian Piumarta 18caf89d77 include file name and line number in syntax error messages vor 3 Monaten
..
Makefile Initial commit. vor 4 Monaten
dangling-pointer.c handle comparison of integer and pointer to variable vor 3 Monaten
invalid-pointer.c improve error message for invalid assignments vor 3 Monaten
memory-leak.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 vor 3 Monaten
multiple-free.c be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 vor 3 Monaten
null-pointer.c handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants vor 3 Monaten
out-of-bounds-access.c Initial commit. vor 4 Monaten
pointer-compare.c include file name and line number in syntax error messages vor 3 Monaten
pointer-increment.c handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers vor 3 Monaten
pointer-out-of-bounds.c handle comparisons between pointers and arrays, handle taking address of array vor 3 Monaten
segmentation-fault.c handle array indexing and integer multiplication vor 3 Monaten
uninitialised.c add test for access to uninitialised variable vor 3 Monaten
use-after-free-2.c add use-after-free test for common linked list deallocation bug vor 3 Monaten
use-after-free.c handle typedefs of anonymous structures vor 3 Monaten