Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/SynTree.h

    r630a82a r2a4b088  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Apr  1 16:47:44 2016
    13 // Update Count     : 5
     12// Last Modified On : Thu Jul 23 23:25:04 2015
     13// Update Count     : 3
    1414//
    1515
     
    3030class UnionDecl;
    3131class EnumDecl;
    32 class TraitDecl;
     32class ContextDecl;
    3333class NamedTypeDecl;
    3434class TypeDecl;
     
    8181class AsmExpr;
    8282class UntypedValofExpr;
    83 class CompoundLiteralExpr;
    8483
    8584class Type;
     
    9392class UnionInstType;
    9493class EnumInstType;
    95 class TraitInstType;
     94class ContextInstType;
    9695class TypeInstType;
    9796class TupleType;
    9897class TypeofType;
    9998class AttrType;
    100 class VarArgsType;
    10199
    102100class Initializer;
Note: See TracChangeset for help on using the changeset viewer.