Ignore:
Timestamp:
Jun 2, 2017, 11:23:21 AM (7 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:
6b72040
Parents:
9c1600c (diff), 49c9773 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.h

    r9c1600c racd738aa  
    2626
    2727        template< typename... Args >
    28         PassVisitor(Args &&... args) 
     28        PassVisitor(Args &&... args)
    2929                : pass( std::forward<Args>( args )... )
    3030        {}
    3131
    3232        virtual ~PassVisitor() = default;
    33 private:
     33
    3434        pass_type pass;
    35 
    36 public:
    3735
    3836        virtual void visit( ObjectDecl *objectDecl ) override final;
Note: See TracChangeset for help on using the changeset viewer.