Changeset b9f8274 for src/main.cc


Ignore:
Timestamp:
Jul 12, 2022, 3:40:38 PM (2 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master, pthread-emulation, qualifiedEnum
Children:
d4b37ab
Parents:
1931bb01
Message:

Removed the validate sub-pass interface. This also showed an extra include in CandidateFinder?, also removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r1931bb01 rb9f8274  
    474474                } else {
    475475                        // add the assignment statement after the initialization of a type parameter
    476                         PASS( "Validate-A", SymTab::validate_A( translationUnit ) );
    477                         PASS( "Validate-B", SymTab::validate_B( translationUnit ) );
    478                         PASS( "Validate-C", SymTab::validate_C( translationUnit ) );
    479                         PASS( "Validate-D", SymTab::validate_D( translationUnit ) );
    480                         PASS( "Validate-E", SymTab::validate_E( translationUnit ) );
    481                         PASS( "Validate-F", SymTab::validate_F( translationUnit ) );
     476                        PASS( "Validate", SymTab::validate( translationUnit ) );
    482477
    483478                        if ( symtabp ) {
Note: See TracChangeset for help on using the changeset viewer.