Changeset 3351cc0 for src/InitTweak
- Timestamp:
- Nov 9, 2017, 10:59:04 AM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3edc2df, ea7d2b0
- Parents:
- 954908d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/InitTweak.cc
r954908d r3351cc0 98 98 class InitExpander::ExpanderImpl { 99 99 public: 100 virtual ~ExpanderImpl() = default; 100 101 virtual std::list< Expression * > next( std::list< Expression * > & indices ) = 0; 101 102 virtual Statement * buildListInit( UntypedExpr * callExpr, std::list< Expression * > & indices ) = 0;
Note: See TracChangeset
for help on using the changeset viewer.