Ignore:
Timestamp:
May 17, 2015, 1:19:35 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:
0dd3a2f
Parents:
b87a5ed
Message:

licencing: second groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/SymTab/AddVisit.h

    rb87a5ed ra32b204  
    1515addVisitStatementList( std::list< Statement* > &statements, Visitor &visitor )
    1616{
    17   for( std::list< Statement* >::iterator i = statements.begin(); i != statements.end(); ++i ) {
     17  for ( std::list< Statement* >::iterator i = statements.begin(); i != statements.end(); ++i ) {
    1818    addDecls( visitor.get_declsToAdd(), statements, i );
    1919    (*i)->accept( visitor );
     
    2727{
    2828  maybeAccept( stmt, visitor );
    29 ///   if( !declsToAdd.empty() ) {
     29///   if ( ! declsToAdd.empty() ) {
    3030///     CompoundStmt *compound = new CompoundStmt( noLabels );
    3131///     compound->get_kids().push_back( stmt );
Note: See TracChangeset for help on using the changeset viewer.