Ignore:
Timestamp:
Nov 27, 2017, 4:16:22 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
56de6b39
Parents:
6aa537a4
Message:

Rollback change to lvalue since it breaks some libcfa code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    r6aa537a4 ra6d70cd  
    210210                PassVisitor<GenericInstantiator> instantiator;
    211211
    212                 mutateAll( translationUnit, fixer );
     212                // mutateAll( translationUnit, fixer );
    213213                mutateAll( translationUnit, instantiator );
    214214        }
Note: See TracChangeset for help on using the changeset viewer.