Changes in src/Parser/ExpressionNode.cpp [5a2b0b7:45ee172]
- File:
-
- 1 edited
-
src/Parser/ExpressionNode.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/ExpressionNode.cpp
r5a2b0b7 r45ee172 9 9 // Author : Peter A. Buhr 10 10 // Created On : Sat May 16 13:17:07 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Dec 14 18:57:07 202313 // Update Count : 108 711 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Aug 23 10:22:00 2024 13 // Update Count : 1088 14 14 // 15 15 … … 780 780 } // build_compoundLiteral 781 781 782 ast::Expr * build_va_arg( const CodeLocation & location, 783 ExpressionNode * function, DeclarationNode * declaration ) { 784 return build_func( location, 785 new ExpressionNode( 786 build_varref( location, new std::string( "__builtin_va_arg" ) ) ), 787 function->set_last( new ExpressionNode( new ast::TypeExpr( location, 788 maybeMoveBuildType( declaration ) ) ) ) 789 ); 790 } 791 782 792 // Local Variables: // 783 793 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.