Changeset 075734f


Ignore:
Timestamp:
Jan 11, 2017, 4:23:51 PM (8 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:
0270824
Parents:
2162c2c
Message:

Removed 2 clang warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/InstantiateGeneric.cc

    r2162c2c r075734f  
    152152        class EnvFinder final : public GenPoly::PolyMutator {
    153153        public:
     154                using GenPoly::PolyMutator::mutate;
    154155                virtual Type * mutate( TypeInstType * inst ) override {
    155156                        if ( env ) envMap[inst] = env;
Note: See TracChangeset for help on using the changeset viewer.