Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/SynTree.h

    r630a82a r0f8e4ac  
    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 : Peter A. Buhr
    12 // Last Modified On : Fri Apr  1 16:47:44 2016
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Thu Apr 14 15:31:36 2016
    1313// Update Count     : 5
    1414//
     
    5656class DeclStmt;
    5757class NullStmt;
     58class ImplicitCtorDtorStmt;
    5859
    5960class Expression;
     
    7273class UntypedOffsetofExpr;
    7374class OffsetofExpr;
     75class OffsetPackExpr;
    7476class AttrExpr;
    7577class LogicalExpr;
     
    8082class TypeExpr;
    8183class AsmExpr;
     84class ImplicitCopyCtorExpr;
    8285class UntypedValofExpr;
    8386class CompoundLiteralExpr;
     
    103106class SingleInit;
    104107class ListInit;
     108class ConstructorInit;
    105109
    106110class Subrange;
     
    109113class Constant;
    110114
    111 typedef std::string Label;
     115// typedef std::string Label;
     116class Label;
    112117typedef unsigned int UniqueId;
    113118
    114119class TypeSubstitution;
     120
     121// gcc attribute
     122class Attribute;
    115123
    116124#endif // SYNTREE_H
Note: See TracChangeset for help on using the changeset viewer.