Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r72e76fd rc8f5f7d  
    8585#include "Validate/InitializerLength.hpp"   // for setLengthFromInitializer
    8686#include "Validate/LabelAddressFixer.hpp"   // for fixLabelAddresses
    87 #include "Validate/LinkReferenceToTypes.hpp" // for linkReferenceToTypes
    8887#include "Validate/ReturnCheck.hpp"         // for checkReturnStatements
    8988#include "Virtual/ExpandCasts.h"            // for expandCasts
     
    334333                PASS( "Validate-A", SymTab::validate_A( translationUnit ) );
    335334
     335                // Must happen before auto-gen, because it uses the sized flag.
     336                PASS( "Link Reference To Types", SymTab::linkReferenceToTypes( translationUnit ) );
     337
    336338                CodeTools::fillLocations( translationUnit );
    337339
     
    346348
    347349                        forceFillCodeLocations( transUnit );
    348 
    349                         // Must happen before auto-gen, because it uses the sized flag.
    350                         PASS( "Link Reference To Types", Validate::linkReferenceToTypes( transUnit ) );
    351350
    352351                        // Must happen after Link References To Types,
Note: See TracChangeset for help on using the changeset viewer.