Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/ControlStruct/ForExprMutator.h

    r01aeade ra08ba92  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // XXX.cc --
     7// ForExprMutator.h --
    88//
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By :
    12 // Last Modified On :
    13 // Update Count     : 0
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Tue May 19 15:25:19 2015
     13// Update Count     : 2
    1414//
     15
    1516#ifndef FOR_MUTATOR_H
    1617#define FOR_MUTATOR_H
    1718
    1819#include "SynTree/Mutator.h"
    19 
    2020#include "utility.h"
    2121
    2222namespace ControlStruct {
    23     class ForExprMutator : public Mutator {
    24       public:
    25         virtual Statement *mutate( ForStmt * );
    26     };
     23        class ForExprMutator : public Mutator {
     24          public:
     25                virtual Statement *mutate( ForStmt * );
     26        };
    2727} // namespace ControlStruct
    2828
    2929#endif // CHOOSE_MUTATOR_H
    3030
    31 /*
    32   Local Variables:
    33   mode: c++
    34   End:
    35 */
    3631// Local Variables: //
    3732// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.