Ignore:
Timestamp:
Jun 6, 2015, 11:38:58 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:
cd623a4
Parents:
a65d92e
Message:

constant types, first attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.cc

    ra65d92e r59db689  
    1010// Created On       : Sat May 16 15:12:51 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 15:17:56 2015
    13 // Update Count     : 4
     12// Last Modified On : Sat Jun  6 12:26:02 2015
     13// Update Count     : 8
    1414//
    1515
     
    691691                        } else {
    692692                                switch ( ret ) {
    693                                   case BasicType::LongLongSignedInt:    // PAB
     693                                  case BasicType::LongLongSignedInt:
    694694                                        ret = BasicType::LongLongUnsignedInt;
    695695                                        break;
     
    716716                        } else {
    717717                                switch ( ret ) {
    718                                   case BasicType::LongLongSignedInt:    // PAB
     718                                  case BasicType::LongLongSignedInt:
    719719                                        ret = BasicType::LongLongUnsignedInt;
    720720                                        break;
Note: See TracChangeset for help on using the changeset viewer.