Summary
- Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required. (details)
- Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still. (details)
- simplify ttype min/max functions (details)
The file was modified | src/Parser/ExpressionNode.hpp |
The file was modified | src/Parser/ExpressionNode.cpp |
The file was modified | src/Parser/parser.yy |
The file was modified | src/AST/Expr.hpp |
The file was modified | src/Parser/DeclarationNode.cpp |
The file was modified | src/Parser/ExpressionNode.hpp |
The file was modified | src/AST/Decl.hpp |
The file was modified | libcfa/src/common.hfa |