Changeset 356189a for src/CodeGen/OperatorTable.cc
- Timestamp:
- Apr 14, 2016, 5:11:26 PM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- b617e4b
- Parents:
- 70a06f6
- git-author:
- Rob Schluntz <rschlunt@…> (04/14/16 17:10:08)
- git-committer:
- Rob Schluntz <rschlunt@…> (04/14/16 17:11:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/CodeGen/OperatorTable.cc
r70a06f6 r356189a 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : T ue Oct 06 15:26:34 201512 // Last Modified On : Thu Apr 14 16:48:27 2016 13 13 // Update Count : 9 14 14 // … … 21 21 const OperatorInfo tableValues[] = { 22 22 { "?[?]", "", "_operator_index", OT_INDEX }, 23 { "?{}", " ", "_constructor", OT_CTOR },23 { "?{}", "=", "_constructor", OT_CTOR }, 24 24 { "^?{}", "", "_destructor", OT_DTOR }, 25 25 { "?()", "", "_operator_call", OT_CALL },
Note: See TracChangeset
for help on using the changeset viewer.