- Timestamp:
- Sep 12, 2024, 9:01:57 PM (8 weeks ago)
- Branches:
- master
- Children:
- 2b5e051
- Parents:
- b24cbaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/StatementNode.cpp
rb24cbaf r23fb819 11 11 // Created On : Sat May 16 14:59:41 2015 12 12 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Mon Sep 9 11:28:07202414 // Update Count : 43 013 // Last Modified On : Mon Sep 9 21:49:15 2024 14 // Update Count : 431 15 15 // 16 16 … … 184 184 185 185 ast::Stmt * build_while( const CodeLocation & location, CondCtl * ctl, StatementNode * stmt, StatementNode * else_ ) { 186 std::vector<ast::ptr<ast::Stmt>> astinit; 186 std::vector<ast::ptr<ast::Stmt>> astinit; // maybe empty 187 187 ast::Expr * astcond = build_if_control( ctl, astinit ); // ctl deleted, cond/init set 188 188
Note: See TracChangeset
for help on using the changeset viewer.