Changeset 9f77301 for src


Ignore:
Timestamp:
Jul 14, 2021, 10:03:02 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
08bc3e7, 63e3ed8
Parents:
fcd1a469
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.cc

    rfcd1a469 r9f77301  
    1010// Created On       : Sat May 16 15:12:51 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Jul 14 17:46:47 2021
    13 // Update Count     : 671
     12// Last Modified On : Wed Jul 14 18:57:31 2021
     13// Update Count     : 672
    1414//
    1515
     
    954954        assert( td->typeexpr );
    955955        // assert( td->typeexpr->expr );
    956         return new TypeofType{
    957                 buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof };
     956        return new TypeofType{ buildQualifiers( td ), td->typeexpr->build(), td->kind == TypeData::Basetypeof };
    958957} // buildTypeof
    959958
Note: See TracChangeset for help on using the changeset viewer.