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