Changeset ed96731 for src/Validate/ImplementEnumFunc.cpp
- Timestamp:
- Nov 18, 2024, 3:43:38 PM (23 hours ago)
- Branches:
- master
- Children:
- 29075d1
- Parents:
- 0dffe91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/ImplementEnumFunc.cpp
r0dffe91 red96731 472 472 473 473 struct ImplementEnumFunc final : 474 public ast::WithDeclsToAdd <>, public ast::WithShortCircuiting {474 public ast::WithDeclsToAdd, public ast::WithShortCircuiting { 475 475 void previsit(const ast::EnumDecl* enumDecl); 476 476 void previsit(const ast::FunctionDecl* functionDecl);
Note: See TracChangeset
for help on using the changeset viewer.