Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/OperatorTable.h

    r3d2b7bc r98538288  
    3838                std::string symbol;
    3939                std::string outputName;
     40                std::string friendlyName;
    4041                OperatorType type;
    4142        };
     
    4344        bool isOperator( const std::string & funcName );
    4445        bool operatorLookup( const std::string & funcName, OperatorInfo & info );
     46        std::string operatorFriendlyName( const std::string & funcName );
    4547
    4648        bool isConstructor( const std::string & );
Note: See TracChangeset for help on using the changeset viewer.