Changeset 1dd5fd1 for src/ResolvExpr/CandidateFinder.cpp
- Timestamp:
- Jul 15, 2024, 10:39:57 PM (2 months ago)
- Branches:
- master
- Children:
- 2363147
- Parents:
- d796be70 (diff), 09dd830 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/CandidateFinder.cpp
rd796be70 r1dd5fd1 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.