Changes in src/main.cpp [82a5ea2:b6923b17]
- File:
-
- 1 edited
-
src/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r82a5ea2 rb6923b17 67 67 #include "Tuples/Tuples.hpp" // for expandMemberTuples, expan... 68 68 #include "Validate/Autogen.hpp" // for autogenerateRoutines 69 #include "Validate/CheckAssertions.hpp" // for checkAssertions70 69 #include "Validate/CompoundLiteral.hpp" // for handleCompoundLiterals 71 70 #include "Validate/EliminateTypedef.hpp" // for eliminateTypedef … … 315 314 PASS( "Replace Typedefs", Validate::replaceTypedef, transUnit ); 316 315 PASS( "Fix Return Types", Validate::fixReturnTypes, transUnit ); 317 PASS( "Check Assertions", Validate::checkAssertions, transUnit );318 316 PASS( "Enum and Pointer Decay", Validate::decayEnumsAndPointers, transUnit ); 319 317
Note:
See TracChangeset
for help on using the changeset viewer.