Ignore:
Timestamp:
May 19, 2015, 4:58:14 PM (11 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, stuck-waitfor-destruct, with_gc
Children:
843054c2
Parents:
01aeade
Message:

licencing: sixth groups of files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/InitTweak/DeclarationHoister.h

    r01aeade ra08ba92  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // XXX.cc --
     7// DeclarationHoister.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 16:33:48 2015
     13// Update Count     : 2
    1414//
     15
    1516#include "SynTree/Visitor.h"
    1617#include "SymTab/Indexer.h"
    1718
    1819namespace InitTweak {
     20        bool isDeclStmtP(Statement *stmt);
    1921
    20   bool isDeclStmtP(Statement *stmt);
    21 
    22   class DeclarationHoister: public Mutator {
    23   public:
    24     virtual CompoundStmt   *mutate(CompoundStmt *compoundStmt);
    25   };
    26 
     22        class DeclarationHoister: public Mutator {
     23          public:
     24                virtual CompoundStmt   *mutate(CompoundStmt *compoundStmt);
     25        };
    2726}  // namespace InitTweak
    2827
    29 /*
    30   Local Variables:
    31   mode: c++
    32   End:
    33 */
    3428// Local Variables: //
    3529// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.