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/SynTree/NamedTypeDecl.cc

    rb87a5ed ra32b204  
    3535        base->print( os, indent );
    3636    } // if
    37     if ( !parameters.empty() ) {
     37    if ( ! parameters.empty() ) {
    3838        os << endl << string( indent, ' ' ) << "with parameters" << endl;
    3939        printAll( parameters, os, indent+2 );
    4040    } // if
    41     if ( !assertions.empty() ) {
     41    if ( ! assertions.empty() ) {
    4242        os << endl << string( indent, ' ' ) << "with assertions" << endl;
    4343        printAll( assertions, os, indent+2 );
     
    5959        base->print( os, indent );
    6060    } // if
    61     if ( !parameters.empty() ) {
     61    if ( ! parameters.empty() ) {
    6262        os << endl << string( indent, ' ' ) << "with parameters" << endl;
    6363        printAll( parameters, os, indent+2 );
Note: See TracChangeset for help on using the changeset viewer.