Changeset fa2de95 for src/main.cc


Ignore:
Timestamp:
Feb 2, 2017, 4:06:21 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7a560c1
Parents:
41a7137
Message:

Initial functional version of DeclStats?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r41a7137 rfa2de95  
    214214                } // if
    215215
    216                 if ( declstatsp ) {
    217                         CodeTools::printDeclStats( translationUnit );
    218                         deleteAll( translationUnit );
    219                         return 0;
    220                 }
    221 
    222216                // add the assignment statement after the initialization of a type parameter
    223217                OPTPRINT( "validate" )
     
    251245                        LibCfa::makeLibCfa( translationUnit );
    252246                } // if
     247
     248                if ( declstatsp ) {
     249                        CodeTools::printDeclStats( translationUnit );
     250                        deleteAll( translationUnit );
     251                        return 0;
     252                }
    253253
    254254                if ( bresolvep ) {
Note: See TracChangeset for help on using the changeset viewer.