Changeset 98538288 for src/CodeGen/OperatorTable.h
- Timestamp:
- Feb 11, 2020, 2:59:04 PM (3 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/OperatorTable.h
r686cb63 r98538288 38 38 std::string symbol; 39 39 std::string outputName; 40 std::string friendlyName; 40 41 OperatorType type; 41 42 }; … … 43 44 bool isOperator( const std::string & funcName ); 44 45 bool operatorLookup( const std::string & funcName, OperatorInfo & info ); 46 std::string operatorFriendlyName( const std::string & funcName ); 45 47 46 48 bool isConstructor( const std::string & );
Note: See TracChangeset
for help on using the changeset viewer.