Summary
- formatting (details)
- remove spurious push/pop from grammar contexts where type declarations are not allowed (details)
- Implemented special case of sizeof/alignof, where reference types are ignored for these operations. (details)
The file was modified | src/AST/Expr.hpp |
The file was modified | src/Parser/parser.yy |
The file was modified | src/GenPoly/Lvalue.cpp |
The file was added | tests/.expect/sizeof.txt |
The file was added | tests/sizeof.cfa |