Changes in src/CodeGen/OperatorTable.h [98538288:3d2b7bc]
- File:
-
- 1 edited
-
src/CodeGen/OperatorTable.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/OperatorTable.h
r98538288 r3d2b7bc 38 38 std::string symbol; 39 39 std::string outputName; 40 std::string friendlyName;41 40 OperatorType type; 42 41 }; … … 44 43 bool isOperator( const std::string & funcName ); 45 44 bool operatorLookup( const std::string & funcName, OperatorInfo & info ); 46 std::string operatorFriendlyName( const std::string & funcName );47 45 48 46 bool isConstructor( const std::string & );
Note:
See TracChangeset
for help on using the changeset viewer.