| ../ | 
  | ZeroOneType.cc | 922 bytes
     | db46512 | 9 years | a3moss | Add forgotten file to source control | 
  | VoidType.cc | 717 bytes
     | 843054c2 | 10 years | pabuhr | licencing: seventh groups of files | 
  | Visitor.h | 5.8 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | Visitor.cc | 12.7 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | VarExprReplacer.h | 1.0 KB
     | 23bb1b9 | 9 years | Rob Schluntz | refactor VarExprReplacer and reuse it in TupleAssignExpr | 
  | VarExprReplacer.cc | 914 bytes
     | fc638d2 | 9 years | Rob Schluntz | fixed StmtExpr code in PolyMutator, added missing copy constructor, … | 
  | VarArgsType.cc | 792 bytes
     | 8f610e85 | 10 years | pabuhr | allow qualifiers onto gcc builtin_va_list | 
  | TypeSubstitution.h | 6.6 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | TypeSubstitution.cc | 7.3 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | TypeofType.cc | 1020 bytes
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | TypeExpr.cc | 910 bytes
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | TypeDecl.cc | 1.1 KB
     | 2c57025 | 9 years | Rob Schluntz | add support for built-in sized trait which decouples size/alignment … | 
  | Type.h | 18.6 KB
     | 2c57025 | 9 years | Rob Schluntz | add support for built-in sized trait which decouples size/alignment … | 
  | Type.cc | 1.9 KB
     | 3906301 | 9 years | Rob Schluntz | change constructor warnings into errors and update the test output | 
  | TupleType.cc | 1006 bytes
     | 6eb8948 | 9 years | Rob Schluntz | make TupleAssignment generate temporaries, add StmtExpr for GCC … | 
  | TupleExpr.cc | 4.3 KB
     | 23bb1b9 | 9 years | Rob Schluntz | refactor VarExprReplacer and reuse it in TupleAssignExpr | 
  | SynTree.h | 2.5 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | Statement.h | 14.4 KB
     | c8dfcd3 | 9 years | Rob Schluntz | insert implicit ctor/dtors if field is unhandled in a struct ctor/dtor | 
  | Statement.cc | 12.5 KB
     | 3906301 | 9 years | Rob Schluntz | change constructor warnings into errors and update the test output | 
  | ReferenceToType.cc | 4.9 KB
     | 2c57025 | 9 years | Rob Schluntz | add support for built-in sized trait which decouples size/alignment … | 
  | PointerType.cc | 1.6 KB
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | ObjectDecl.cc | 2.8 KB
     | faddbd8 | 9 years | pabuhr | more refactoring of parser code, new tuple syntax | 
  | NamedTypeDecl.cc | 2.3 KB
     | 46f6134 | 9 years | Thierry Delisle | Implemented owning scoped map for typedef elimination phase | 
  | Mutator.h | 5.9 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | Mutator.cc | 17.0 KB
     | 89e6ffc | 9 years | a3moss | Added support for ZeroType and OneType to all relevant visitors | 
  | module.mk | 1.7 KB
     | 23bb1b9 | 9 years | Rob Schluntz | refactor VarExprReplacer and reuse it in TupleAssignExpr | 
  | Makefile | 445 bytes
     | 843054c2 | 10 years | pabuhr | licencing: seventh groups of files | 
  | Label.h | 2.0 KB
     | d1625f8 | 9 years | pabuhr | more refactoring of parser code | 
  | Initializer.h | 5.2 KB
     | fc638d2 | 9 years | Rob Schluntz | fixed StmtExpr code in PolyMutator, added missing copy constructor, … | 
  | Initializer.cc | 4.0 KB
     | fc638d2 | 9 years | Rob Schluntz | fixed StmtExpr code in PolyMutator, added missing copy constructor, … | 
  | FunctionType.cc | 1.7 KB
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | FunctionDecl.cc | 3.4 KB
     | faddbd8 | 9 years | pabuhr | more refactoring of parser code, new tuple syntax | 
  | Expression.h | 30.0 KB
     | 141b786 | 9 years | Rob Schluntz | rework UniqueExpr, handle UniqueExpr in FixInit, fix translation for … | 
  | Expression.cc | 20.3 KB
     | d9fa60a | 9 years | Rob Schluntz | moved substituion into MemberExpr constructor, change generated tuple … | 
  | DeclStmt.cc | 991 bytes
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | DeclarationWithType.cc | 1.1 KB
     | 8b7ee09 | 9 years | pabuhr | rename type LinkageSpec::Type to LinkageSpec::Spec, which affects many … | 
  | Declaration.h | 11.3 KB
     | 2c57025 | 9 years | Rob Schluntz | add support for built-in sized trait which decouples size/alignment … | 
  | Declaration.cc | 1.8 KB
     | 3906301 | 9 years | Rob Schluntz | change constructor warnings into errors and update the test output | 
  | Constant.h | 1.5 KB
     | ca35c51 | 9 years | pabuhr | move implementation of ConstantNode to ConstantExpr | 
  | Constant.cc | 1.5 KB
     | cb4c607 | 9 years | a3moss | Refactor Constant::from to disambiguate type | 
  | CompoundStmt.cc | 2.9 KB
     | fc638d2 | 9 years | Rob Schluntz | fixed StmtExpr code in PolyMutator, added missing copy constructor, … | 
  | CommaExpr.cc | 1.5 KB
     | 906e24d | 9 years | Rob Schluntz | replace results list on Expressions with a single Type field | 
  | BasicType.cc | 1.8 KB
     | d58ebf3 | 10 years | Rob Schluntz | some print reformatting | 
  | AttrType.cc | 1.4 KB
     | d3b7937 | 10 years | pabuhr | building runtime library (first attempt) | 
  | Attribute.h | 1.3 KB
     | a436947 | 9 years | Rob Schluntz | change type of enumerator to EnumInstType, allow casting between … | 
  | Attribute.cc | 1.1 KB
     | db175c8 | 9 years | Rob Schluntz | missing files for Attributes | 
  | ArrayType.cc | 1.5 KB
     | bb8ea30 | 9 years | Rob Schluntz | fix printing for ArrayType, Expression, Initializer, etc. | 
  | ApplicationExpr.cc | 2.6 KB
     | 2c57025 | 9 years | Rob Schluntz | add support for built-in sized trait which decouples size/alignment … | 
  | AggregateDecl.cc | 2.1 KB
     | 79970ed | 9 years | Rob Schluntz | implement warnings for missing struct member constructor calls, remove … | 
  | AddStmtVisitor.h | 1.2 KB
     | 4e06c1e | 9 years | pabuhr | changes for switch and choose statements | 
  | AddStmtVisitor.cc | 2.8 KB
     | 8688ce1 | 9 years | pabuhr | move case-list management into parser | 
  | AddressExpr.cc | 1.1 KB
     | 906e24d | 9 years | Rob Schluntz | replace results list on Expressions with a single Type field |