Changeset c778ef1 for src/Validate
- Timestamp:
- May 11, 2024, 1:11:40 PM (8 months ago)
- Branches:
- master
- Children:
- 5f225f5
- Parents:
- 0f612d2
- Location:
- src/Validate
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/module.mk
r0f612d2 rc778ef1 16 16 17 17 SRC_VALIDATE = \ 18 Validate/FindSpecialDecls.h 18 Validate/FindSpecialDecls.hpp 19 19 20 20 SRC += $(SRC_VALIDATE) \ … … 40 40 Validate/HoistTypeDecls.cpp \ 41 41 Validate/HoistTypeDecls.hpp \ 42 Validate/ImplementEnumFunc.cpp \ 43 Validate/ImplementEnumFunc.hpp \ 42 44 Validate/InitializerLength.cpp \ 43 45 Validate/InitializerLength.hpp \ … … 52 54 Validate/ReturnCheck.hpp \ 53 55 Validate/VerifyCtorDtorAssign.cpp \ 54 Validate/VerifyCtorDtorAssign.hpp \ 55 Validate/ImplementEnumFunc.cpp \ 56 Validate/ImplementEnumFunc.hpp 56 Validate/VerifyCtorDtorAssign.hpp 57 57 58 58 SRCDEMANGLE += $(SRC_VALIDATE)
Note: See TracChangeset
for help on using the changeset viewer.