Ignore:
Timestamp:
Aug 23, 2024, 10:44:14 AM (5 hours ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
d1fbc56e
Parents:
cc0aa8c
Message:

Corrected handling of va_args in the parser. It still does not get through the resolver and further updates may be required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/ExpressionNode.hpp

    rcc0aa8c r45ee172  
    8383ast::Expr * build_func( const CodeLocation &, ExpressionNode * function, ExpressionNode * expr_node );
    8484ast::Expr * build_compoundLiteral( const CodeLocation &, DeclarationNode * decl_node, InitializerNode * kids );
     85ast::Expr * build_va_arg( const CodeLocation &, ExpressionNode * function, DeclarationNode * type );
    8586
    8687ast::Expr * build_enum_pos_expr( const CodeLocation &, ast::Expr * expr_node );
Note: See TracChangeset for help on using the changeset viewer.