Changeset 2beaf9b for src/ResolvExpr
- Timestamp:
- Feb 22, 2024, 1:55:45 PM (10 months ago)
- Branches:
- master
- Children:
- d06273c
- Parents:
- 2810700
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
r2810700 r2beaf9b 1518 1518 1519 1519 // candidates for true result 1520 // FIX ME: resolves and runs arg1 twice when arg2 is missing. 1520 1521 ast::Expr const * arg2 = conditionalExpr->arg2; 1521 1522 arg2 = arg2 ? arg2 : conditionalExpr->arg1.get();
Note: See TracChangeset
for help on using the changeset viewer.