Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/SynTree.h

    r0f8e4ac r630a82a  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // SynTree.h --
     7// SynTree.h -- 
    88//
    99// Author           : Richard C. Bilson
    1010// Created On       : Mon May 18 07:44:20 2015
    11 // Last Modified By : Rob Schluntz
    12 // Last Modified On : Thu Apr 14 15:31:36 2016
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Fri Apr  1 16:47:44 2016
    1313// Update Count     : 5
    1414//
     
    5656class DeclStmt;
    5757class NullStmt;
    58 class ImplicitCtorDtorStmt;
    5958
    6059class Expression;
     
    7372class UntypedOffsetofExpr;
    7473class OffsetofExpr;
    75 class OffsetPackExpr;
    7674class AttrExpr;
    7775class LogicalExpr;
     
    8280class TypeExpr;
    8381class AsmExpr;
    84 class ImplicitCopyCtorExpr;
    8582class UntypedValofExpr;
    8683class CompoundLiteralExpr;
     
    106103class SingleInit;
    107104class ListInit;
    108 class ConstructorInit;
    109105
    110106class Subrange;
     
    113109class Constant;
    114110
    115 // typedef std::string Label;
    116 class Label;
     111typedef std::string Label;
    117112typedef unsigned int UniqueId;
    118113
    119114class TypeSubstitution;
    120 
    121 // gcc attribute
    122 class Attribute;
    123115
    124116#endif // SYNTREE_H
Note: See TracChangeset for help on using the changeset viewer.