Changeset a8e64c4 for src


Ignore:
Timestamp:
May 25, 2017, 10:46:58 AM (7 years ago)
Author:
Rob Schluntz <rschlunt@…>
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)
Message:

don't try to construct assertion parameters [fixes #2]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/GenInit.cc

    r447bf833 ra8e64c4  
    315315                for ( auto & tyDecl : functionDecl->get_functionType()->get_forall() ) {
    316316                        for ( DeclarationWithType *& assertion : tyDecl->get_assertions() ) {
    317                                 assertion = assertion->acceptMutator( *this );
     317                                handleDWT( assertion );
    318318                        }
    319319                }
Note: See TracChangeset for help on using the changeset viewer.