- Timestamp:
- Jul 15, 2024, 10:45:09 AM (4 months ago)
- Branches:
- master
- Children:
- dc1c430
- Parents:
- b2ca052
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
rb2ca052 rbfa7bf0 1485 1485 1486 1486 void Finder::postvisit( const ast::CountExpr * countExpr ) { 1487 const ast::UntypedExpr * untyped ;1487 const ast::UntypedExpr * untyped = nullptr; 1488 1488 if ( countExpr->type ) { 1489 1489 auto enumInst = countExpr->type.as<ast::EnumInstType>();
Note: See TracChangeset
for help on using the changeset viewer.