Summary
- Moved some methods out of EnumDecl. These were calculations and the ast types are supposed to be data focused so they should either go with utility functions or to their use site. I tried the use site. (details)
The file was modified | src/AST/Decl.hpp |
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | src/AST/Decl.cpp |
The file was modified | src/ResolvExpr/CommonType.cpp |
The file was modified | src/ResolvExpr/CandidateFinder.cpp |