Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    rdba6db9 r138e29e  
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Wed May  3 08:58:00 2017
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Thu Feb  9 14:23:24 2017
    1313// Update Count     : 10
    1414//
     
    2626        virtual ~Visitor();
    2727  public:
    28         // visit: Default implementation of all functions visits the children
    29     // of the given syntax node, but performs no other action.
    30 
    3128        virtual void visit( ObjectDecl *objectDecl );
    3229        virtual void visit( FunctionDecl *functionDecl );
Note: See TracChangeset for help on using the changeset viewer.