Changeset 83fd57d for src/Validate
- Timestamp:
- Nov 30, 2023, 2:04:16 PM (14 months ago)
- Branches:
- master
- Children:
- 4a89b52
- Parents:
- 6009a5a
- Location:
- src/Validate
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/FindSpecialDecls.cpp
r6009a5a r83fd57d 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // FindSpecialDecls New.cpp -- Find special declarations used in the compiler.7 // FindSpecialDecls.cpp -- Find special declarations used in the compiler. 8 8 // 9 9 // Author : Andrew Beach -
src/Validate/FixReturnTypes.cpp
r6009a5a r83fd57d 19 19 #include "AST/Pass.hpp" 20 20 #include "AST/Type.hpp" 21 #include "CodeGen/CodeGenerator New.hpp"21 #include "CodeGen/CodeGenerator.hpp" 22 22 #include "ResolvExpr/Unify.h" 23 24 namespace ast {25 class TranslationUnit;26 }27 23 28 24 namespace Validate { -
src/Validate/module.mk
r6009a5a r83fd57d 27 27 Validate/EnumAndPointerDecay.cpp \ 28 28 Validate/EnumAndPointerDecay.hpp \ 29 Validate/FindSpecialDecls New.cpp \29 Validate/FindSpecialDecls.cpp \ 30 30 Validate/FixQualifiedTypes.cpp \ 31 31 Validate/FixQualifiedTypes.hpp \
Note: See TracChangeset
for help on using the changeset viewer.