Ignore:
Timestamp:
Jul 12, 2016, 6:34:10 PM (8 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, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e4d3ceb
Parents:
6e4b913
Message:

changes for switch and choose statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.cc

    r6e4b913 r4e06c1e  
    99// Author           : Rodolfo G. Esteves
    1010// Created On       : Sat May 16 15:12:51 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Apr 06 16:57:53 2016
    13 // Update Count     : 49
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue Jul 12 17:21:49 2016
     13// Update Count     : 50
    1414//
    1515
     
    845845                assert( false );
    846846        } // switch
    847 //      buildList( aggregate->params, at->get_parameters() );
     847
    848848        buildList( aggregate->fields, at->get_members() );
    849849
    850850        return at;
    851851}
    852 
    853 /// namespace {
    854 /// Type*
    855 /// makeType( Declaration* decl )
    856 /// {
    857 ///   if ( DeclarationWithType *dwt = dynamic_cast< DeclarationWithType* >( decl ) ) {
    858 ///     return dwt->get_type()->clone();
    859 ///   } else {
    860 ///     return 0;
    861 ///   }
    862 /// }
    863 /// }
    864852
    865853ReferenceToType *TypeData::buildAggInst() const {
Note: See TracChangeset for help on using the changeset viewer.