source: src/SynTree @ 141b786

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Name Size Rev Age Author Last Change
../
AddressExpr.cc 1.1 KB 906e24d   8 years Rob Schluntz replace results list on Expressions with a single Type field
AddStmtVisitor.cc 2.8 KB 8688ce1   8 years pabuhr move case-list management into parser
AddStmtVisitor.h 1.2 KB 4e06c1e   8 years pabuhr changes for switch and choose statements
AggregateDecl.cc 2.1 KB 79970ed   8 years Rob Schluntz implement warnings for missing struct member constructor calls, remove …
ApplicationExpr.cc 2.5 KB 906e24d   8 years Rob Schluntz replace results list on Expressions with a single Type field
ArrayType.cc 1.5 KB bb8ea30   8 years Rob Schluntz fix printing for ArrayType?, Expression, Initializer, etc.
Attribute.cc 1.1 KB db175c8   8 years Rob Schluntz missing files for Attributes
Attribute.h 1.3 KB a436947   8 years Rob Schluntz change type of enumerator to EnumInstType?, allow casting between …
AttrType.cc 1.4 KB d3b7937   8 years pabuhr building runtime library (first attempt)
BasicType.cc 1.8 KB d58ebf3   9 years Rob Schluntz some print reformatting
CommaExpr.cc 1.5 KB 906e24d   8 years Rob Schluntz replace results list on Expressions with a single Type field
CompoundStmt.cc 2.8 KB 23bb1b9   7 years Rob Schluntz refactor VarExprReplacer? and reuse it in TupleAssignExpr?
Constant.cc 1.5 KB cb4c607   8 years a3moss Refactor Constant::from to disambiguate type
Constant.h 1.5 KB ca35c51   8 years pabuhr move implementation of ConstantNode? to ConstantExpr?
Declaration.cc 1.8 KB 3906301   8 years Rob Schluntz change constructor warnings into errors and update the test output
Declaration.h 10.5 KB 3906301   8 years Rob Schluntz change constructor warnings into errors and update the test output
DeclarationWithType.cc 1.1 KB 8b7ee09   8 years pabuhr rename type LinkageSpec::Type to LinkageSpec::Spec, which affects many …
DeclStmt.cc 991 bytes d3b7937   8 years pabuhr building runtime library (first attempt)
Expression.cc 19.6 KB 141b786   7 years Rob Schluntz rework UniqueExpr?, handle UniqueExpr? in FixInit?, fix translation for …
Expression.h 30.0 KB 141b786   7 years Rob Schluntz rework UniqueExpr?, handle UniqueExpr? in FixInit?, fix translation for …
FunctionDecl.cc 3.4 KB faddbd8   7 years pabuhr more refactoring of parser code, new tuple syntax
FunctionType.cc 1.7 KB d3b7937   8 years pabuhr building runtime library (first attempt)
Initializer.cc 3.9 KB 837a17c   8 years Thierry Delisle elminated multiple memory leaks of expressions
Initializer.h 5.2 KB f0121d7   7 years Rob Schluntz refactor genCtorInit, generate ConstructorInit? for UniqueExpr?
Label.h 2.0 KB d1625f8   8 years pabuhr more refactoring of parser code
Makefile 445 bytes 843054c2   9 years pabuhr licencing: seventh groups of files
module.mk 1.7 KB 23bb1b9   7 years Rob Schluntz refactor VarExprReplacer? and reuse it in TupleAssignExpr?
Mutator.cc 17.0 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
Mutator.h 5.9 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
NamedTypeDecl.cc 2.3 KB 46f6134   8 years Thierry Delisle Implemented owning scoped map for typedef elimination phase
ObjectDecl.cc 2.8 KB faddbd8   7 years pabuhr more refactoring of parser code, new tuple syntax
PointerType.cc 1.6 KB d3b7937   8 years pabuhr building runtime library (first attempt)
ReferenceToType.cc 5.1 KB f006f01   8 years Rob Schluntz replace tuple types with an equivalent struct type
Statement.cc 12.5 KB 3906301   8 years Rob Schluntz change constructor warnings into errors and update the test output
Statement.h 14.4 KB c8dfcd3   8 years Rob Schluntz insert implicit ctor/dtors if field is unhandled in a struct ctor/dtor
SynTree.h 2.5 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
TupleExpr.cc 4.3 KB 23bb1b9   7 years Rob Schluntz refactor VarExprReplacer? and reuse it in TupleAssignExpr?
TupleType.cc 1006 bytes 6eb8948   8 years Rob Schluntz make TupleAssignment? generate temporaries, add StmtExpr? for GCC …
Type.cc 1.9 KB 3906301   8 years Rob Schluntz change constructor warnings into errors and update the test output
Type.h 18.7 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
TypeDecl.cc 986 bytes d3b7937   8 years pabuhr building runtime library (first attempt)
TypeExpr.cc 910 bytes d3b7937   8 years pabuhr building runtime library (first attempt)
TypeofType.cc 1020 bytes d3b7937   8 years pabuhr building runtime library (first attempt)
TypeSubstitution.cc 7.3 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
TypeSubstitution.h 6.6 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
VarArgsType.cc 792 bytes 8f610e85   8 years pabuhr allow qualifiers onto gcc builtin_va_list
VarExprReplacer.cc 769 bytes 23bb1b9   7 years Rob Schluntz refactor VarExprReplacer? and reuse it in TupleAssignExpr?
VarExprReplacer.h 1.0 KB 23bb1b9   7 years Rob Schluntz refactor VarExprReplacer? and reuse it in TupleAssignExpr?
Visitor.cc 12.7 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
Visitor.h 5.8 KB 89e6ffc   8 years a3moss Added support for ZeroType? and OneType? to all relevant visitors
VoidType.cc 717 bytes 843054c2   9 years pabuhr licencing: seventh groups of files
ZeroOneType.cc 922 bytes db46512   8 years a3moss Add forgotten file to source control
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.