Changeset fb2e916 for src/Validate
- Timestamp:
- Apr 15, 2024, 12:45:51 PM (9 months ago)
- Branches:
- master
- Children:
- 710d0c8c, 76c7addb
- Parents:
- dc58e5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ReplacePseudoFunc.cpp
rdc58e5d rfb2e916 55 55 typedResult.strict_as<ast::ApplicationExpr>(); 56 56 return ast::deepCopy(ret); 57 } else if (auto posType = 58 argAsDecl->type.as<ast::EnumAttrType>()) { 57 } else if (argAsDecl->type.as<ast::EnumAttrType>()) { 59 58 std::cerr << "PseudoFunc: succ/pred should not be applied on EnumAttrType directly" << std::endl; 60 59 }
Note: See TracChangeset
for help on using the changeset viewer.