Changes in src/main.cc [61efa42:37b3151]
- File:
-
- 1 edited
-
src/main.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r61efa42 r37b3151 78 78 #include "Validate/InitializerLength.hpp" // for setLengthFromInitializer 79 79 #include "Validate/LabelAddressFixer.hpp" // for fixLabelAddresses 80 #include "Validate/Link ReferenceToTypes.hpp" // for linkReferenceToTypes80 #include "Validate/LinkInstanceTypes.hpp" // for linkInstanceTypes 81 81 #include "Validate/ReplaceTypedef.hpp" // for replaceTypedef 82 82 #include "Validate/ReturnCheck.hpp" // for checkReturnStatements 83 83 #include "Validate/VerifyCtorDtorAssign.hpp" // for verifyCtorDtorAssign 84 84 #include "Virtual/ExpandCasts.h" // for expandCasts 85 #include "Virtual/VirtualDtor.hpp" // for implementVirtDtors85 #include "Virtual/VirtualDtor.hpp" // for implementVirtDtors 86 86 87 87 using namespace std; … … 318 318 PASS( "Enum and Pointer Decay", Validate::decayEnumsAndPointers, transUnit ); 319 319 320 PASS( "Link Reference To Types", Validate::linkReferenceToTypes, transUnit );320 PASS( "Link Instance Types", Validate::linkInstanceTypes, transUnit ); 321 321 322 322 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
Note:
See TracChangeset
for help on using the changeset viewer.