Changeset 2beaf9b for src/ResolvExpr


Ignore:
Timestamp:
Feb 22, 2024, 1:55:45 PM (4 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
d06273c
Parents:
2810700
Message:

Forgot to update comments from the last commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CandidateFinder.cpp

    r2810700 r2beaf9b  
    15181518
    15191519                // candidates for true result
     1520                // FIX ME: resolves and runs arg1 twice when arg2 is missing.
    15201521                ast::Expr const * arg2 = conditionalExpr->arg2;
    15211522                arg2 = arg2 ? arg2 : conditionalExpr->arg1.get();
Note: See TracChangeset for help on using the changeset viewer.