Changeset ad861ef for src/Validate
- Timestamp:
- Jan 20, 2023, 1:25:37 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 79a6b17, cd5eb4b
- Parents:
- 466787a (diff), a0d1f1c (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. - Location:
- src/Validate
- Files:
-
- 2 edited
-
FixReturnTypes.cpp (modified) (1 diff)
-
ReplaceTypedef.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FixReturnTypes.cpp
r466787a rad861ef 20 20 #include "AST/Type.hpp" 21 21 #include "CodeGen/CodeGenerator.h" 22 #include "ResolvExpr/ typeops.h"22 #include "ResolvExpr/Unify.h" 23 23 24 24 namespace ast { -
src/Validate/ReplaceTypedef.cpp
r466787a rad861ef 20 20 #include "Common/UniqueName.h" 21 21 #include "Common/utility.h" 22 #include "ResolvExpr/ typeops.h"22 #include "ResolvExpr/Unify.h" 23 23 24 24 namespace Validate {
Note:
See TracChangeset
for help on using the changeset viewer.