Ignore:
Timestamp:
Mar 9, 2023, 2:37:53 PM (20 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
fed03b3
Parents:
a29477f
Message:

Pre-translation pass on the parser. Entirely code readability improvements, no behaviour (on a larger scale) should be effected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TypeData.h

    ra29477f r702e826  
    130130TypeofType * buildTypeof( const TypeData * );
    131131VTableType * buildVtable( const TypeData * );
    132 Declaration * buildDecl( const TypeData *, const std::string &, Type::StorageClasses, Expression *, Type::FuncSpecifiers funcSpec, LinkageSpec::Spec, Expression * asmName,
    133                                                  Initializer * init = nullptr, std::list< class Attribute * > attributes = std::list< class Attribute * >() );
     132Declaration * buildDecl(
     133        const TypeData *, const std::string &, Type::StorageClasses, Expression *,
     134        Type::FuncSpecifiers funcSpec, LinkageSpec::Spec, Expression * asmName,
     135        Initializer * init = nullptr, std::list< class Attribute * > attributes = std::list< class Attribute * >() );
    134136FunctionType * buildFunction( const TypeData * );
    135137Declaration * addEnumBase( Declaration *, const TypeData * );
Note: See TracChangeset for help on using the changeset viewer.