Changeset 5c7fb6c


Ignore:
Timestamp:
May 14, 2015, 2:05:33 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
b8508a2
Parents:
4bf5298
Message:

remove default parameter from validate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/SymTab/Validate.h

    r4bf5298 r5c7fb6c  
    1010    class Indexer;
    1111
    12     void validate( std::list< Declaration * > &translationUnit, bool doDebug = false, const Indexer *indexer = 0 );
     12    void validate( std::list< Declaration * > &translationUnit, bool doDebug = false );
    1313    void validateType( Type *type, const Indexer *indexer );
    1414} // SymTab
Note: See TracChangeset for help on using the changeset viewer.