Changeset 539a8c8 for src/CodeGen


Ignore:
Timestamp:
Dec 4, 2023, 3:33:15 PM (6 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
8a4e472, c7f9f53
Parents:
c4b9fa9
Message:

Some general clean-up, removing bits and pieces from the old version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/GenType.h

    rc4b9fa9 r539a8c8  
    2020#include "CodeGen/Options.h" // for Options
    2121
    22 class Type;
    2322namespace ast {
    2423        class Type;
     
    2625
    2726namespace CodeGen {
    28         std::string genType( Type *type, const std::string &baseString, const Options &options );
    29         std::string genType( Type *type, const std::string &baseString, bool pretty = false, bool genC = false, bool lineMarks = false );
    30         std::string genPrettyType( Type * type, const std::string & baseString );
    3127
    3228std::string genType( ast::Type const * type, const std::string & base, const Options & options );
Note: See TracChangeset for help on using the changeset viewer.