Ignore:
Timestamp:
Jan 23, 2024, 2:16:13 PM (5 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
71b5aad5
Parents:
a4ed165
Message:

Changed notZeroExpr so that expressions with conditional contexts are handled in the resolver instead of the parser. Bugs kept the same from being done with statements. (Also a bit of clean-up from the last commit and a small fix in code-gen.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.cpp

    ra4ed165 r61e362f  
    11351135                if ( clause->when_cond ) {
    11361136                        output << "when(";
    1137                         stmt->timeout_cond->accept( *visitor );
     1137                        clause->when_cond->accept( *visitor );
    11381138                        output << ") ";
    11391139                }
Note: See TracChangeset for help on using the changeset viewer.