Skip to content
Success

Changes

Summary

  1. 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)
Commit 90be0cf4038a0d324a55f8ab409c9aa1b4ba02e2 by ajbeach
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.
The file was modifiedsrc/AST/Decl.hpp
The file was modifiedsrc/Validate/ImplementEnumFunc.cpp
The file was modifiedsrc/AST/Decl.cpp
The file was modifiedsrc/ResolvExpr/CommonType.cpp
The file was modifiedsrc/ResolvExpr/CandidateFinder.cpp