Ignore:
Timestamp:
Apr 11, 2024, 3:43:48 PM (6 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b78c54f
Parents:
c4024b46
Message:

notZeroExpr (in the parser) has become createCondExpr (in the resolver). A small part of this, with expressions, had been done previously.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.hpp

    rc4024b46 rab780e6  
    7070        const ast::Expr * expr, Cost & cost );
    7171
     72/// Wrap an expression to convert the result to a conditional result.
     73const ast::Expr * createCondExpr( const ast::Expr * expr );
     74
    7275} // namespace ResolvExpr
    7376
Note: See TracChangeset for help on using the changeset viewer.