Changeset a8e64c4
- Timestamp:
- May 25, 2017, 10:46:58 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:
- 0a208b8
- Parents:
- 447bf833
- git-author:
- Rob Schluntz <rschlunt@…> (05/25/17 10:46:50)
- git-committer:
- Rob Schluntz <rschlunt@…> (05/25/17 10:46:58)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/InitTweak/GenInit.cc
r447bf833 ra8e64c4 315 315 for ( auto & tyDecl : functionDecl->get_functionType()->get_forall() ) { 316 316 for ( DeclarationWithType *& assertion : tyDecl->get_assertions() ) { 317 assertion = assertion->acceptMutator( *this);317 handleDWT( assertion ); 318 318 } 319 319 }
Note: See TracChangeset
for help on using the changeset viewer.