Ignore:
Timestamp:
Feb 11, 2020, 2:59:04 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
cb8a18c
Parents:
686cb63
Message:

Moved VerifyCtorDtorAssign? up and changed return type check to support the change.
fixes #158?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/OperatorTable.h

    r686cb63 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.