Changeset d82daa1 for src/SynTree
- Timestamp:
- Aug 21, 2017, 9:58:11 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:
- 0bfe750
- Parents:
- 5916272
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Initializer.cc
r5916272 rd82daa1 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Andrew Beach12 // Last Modified On : Thr Aug 3 11:33:00 201613 // Update Count : 2911 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 21 09:53:15 2017 13 // Update Count : 30 14 14 // 15 15 … … 80 80 } 81 81 } 82 assertf( initializers.size() == designations.size(), "Created ListInit with mismatching initializers (% lu) and designations (%lu)", initializers.size(), designations.size() );82 assertf( initializers.size() == designations.size(), "Created ListInit with mismatching initializers (%zd) and designations (%zd)", initializers.size(), designations.size() ); 83 83 } 84 84
Note: See TracChangeset
for help on using the changeset viewer.