Changeset 90152a4 for src/SynTree/SynTree.h
- Timestamp:
- Aug 27, 2018, 4:40:34 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b7c89aa
- Parents:
- f9feab8 (diff), 305581d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/SynTree.h
rf9feab8 r90152a4 38 38 class TypedefDecl; 39 39 class AsmDecl; 40 class StaticAssertDecl; 40 41 41 42 class Statement; … … 43 44 class ExprStmt; 44 45 class AsmStmt; 46 class DirectiveStmt; 45 47 class IfStmt; 46 48 class WhileStmt; … … 68 70 class LabelAddressExpr; 69 71 class CastExpr; 72 class KeywordCastExpr; 70 73 class VirtualCastExpr; 71 74 class MemberExpr; … … 97 100 class UntypedInitExpr; 98 101 class InitExpr; 102 class DeletedExpr; 103 class DefaultArgExpr; 104 class GenericExpr; 99 105 100 106 class Type; … … 104 110 class ArrayType; 105 111 class ReferenceType; 112 class QualifiedType; 106 113 class FunctionType; 107 114 class ReferenceToType; … … 117 124 class ZeroType; 118 125 class OneType; 126 class GlobalScopeType; 119 127 120 128 class Designation;
Note:
See TracChangeset
for help on using the changeset viewer.