Changeset a08ba92 for translator/CodeGen


Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (11 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:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/CodeGen/GenType.cc

    r01aeade ra08ba92  
    122122        }
    123123
    124         void GenType::visit( ArrayType *arrayType ){
     124        void GenType::visit( ArrayType *arrayType ) {
    125125                genArray( arrayType->get_qualifiers(), arrayType->get_base(), arrayType->get_dimension(), arrayType->get_isVarLen(), arrayType->get_isStatic() );
    126126        }
     
    153153                        cg.genCommaList( pars.begin(), pars.end() );
    154154
    155                         if ( funcType->get_isVarArgs() ){
     155                        if ( funcType->get_isVarArgs() ) {
    156156                                os << ", ...";
    157157                        } // if
Note: See TracChangeset for help on using the changeset viewer.