Changeset aaeacf4 for src/InitTweak


Ignore:
Timestamp:
Jun 12, 2019, 4:06:32 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
21300d7
Parents:
6e3e0717
Message:

Removed global look-up table from UniqueId? to Decl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/FixInit.cc

    r6e3e0717 raaeacf4  
    995995                        )
    996996
     997
     998                        // std::set_difference requires that the inputs be sorted.
     999                        lvars.sort();
     1000                        curVars.sort();
     1001
    9971002                        ObjectSet diff;
    9981003                        // S_L-S_G results in set of objects whose construction is skipped - it's an error if this set is non-empty
Note: See TracChangeset for help on using the changeset viewer.