Changes in src/SynTree/SynTree.h [0f8e4ac:630a82a]
- File:
-
- 1 edited
-
src/SynTree/SynTree.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/SynTree.h
r0f8e4ac r630a82a 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // SynTree.h -- 7 // SynTree.h -- 8 8 // 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Rob Schluntz12 // Last Modified On : Thu Apr 14 15:31:36201611 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Apr 1 16:47:44 2016 13 13 // Update Count : 5 14 14 // … … 56 56 class DeclStmt; 57 57 class NullStmt; 58 class ImplicitCtorDtorStmt;59 58 60 59 class Expression; … … 73 72 class UntypedOffsetofExpr; 74 73 class OffsetofExpr; 75 class OffsetPackExpr;76 74 class AttrExpr; 77 75 class LogicalExpr; … … 82 80 class TypeExpr; 83 81 class AsmExpr; 84 class ImplicitCopyCtorExpr;85 82 class UntypedValofExpr; 86 83 class CompoundLiteralExpr; … … 106 103 class SingleInit; 107 104 class ListInit; 108 class ConstructorInit;109 105 110 106 class Subrange; … … 113 109 class Constant; 114 110 115 // typedef std::string Label; 116 class Label; 111 typedef std::string Label; 117 112 typedef unsigned int UniqueId; 118 113 119 114 class TypeSubstitution; 120 121 // gcc attribute122 class Attribute;123 115 124 116 #endif // SYNTREE_H
Note:
See TracChangeset
for help on using the changeset viewer.