Skip to content
Success

Changes

Summary

  1. Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required. (details)
  2. Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still. (details)
  3. simplify ttype min/max functions (details)
Commit 45ee1728c7f098a172d35db8ad17ebe5bdb9cfbf by ajbeach
Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required.
The file was modifiedsrc/Parser/ExpressionNode.hpp
The file was modifiedsrc/Parser/ExpressionNode.cpp
The file was modifiedsrc/Parser/parser.yy
Commit d1fbc56eb90675715ccf39ca76d45ed759d3cc40 by ajbeach
Removed two lingering set_extension functions from ast. There was one use each in the parser, which uses get/set functions still.
The file was modifiedsrc/AST/Expr.hpp
The file was modifiedsrc/Parser/DeclarationNode.cpp
The file was modifiedsrc/Parser/ExpressionNode.hpp
The file was modifiedsrc/AST/Decl.hpp
Commit 26ee4b5b245b69127ef952398078ceb6c82c67a5 by Peter Buhr
simplify ttype min/max functions
The file was modifiedlibcfa/src/common.hfa