-
- Downloads
Restructure the way declarators are stored in the AST
Showing
- include/c_compiler/ast.h 10 additions, 14 deletionsinclude/c_compiler/ast.h
- src/ast.c 55 additions, 66 deletionssrc/ast.c
- src/c.y 86 additions, 36 deletionssrc/c.y
- test/error/add_non_arith.c 4 additions, 0 deletionstest/error/add_non_arith.c
- test/error/add_ptr.c 4 additions, 0 deletionstest/error/add_ptr.c
- test/error/addressof_lvalue.c 3 additions, 0 deletionstest/error/addressof_lvalue.c
- test/error/inc_lvalue.c 3 additions, 0 deletionstest/error/inc_lvalue.c
- test/error/sub_ptr.c 4 additions, 0 deletionstest/error/sub_ptr.c
- test/sizeof.c 6 additions, 0 deletionstest/sizeof.c
- test/syntax/declarators.c 4 additions, 0 deletionstest/syntax/declarators.c
Loading
Please register or sign in to comment