source: src/SynTree@ 1d776fd

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new stuck-waitfor-destruct with_gc
Name Size Rev Age Author Last Change
../
ZeroOneType.cc 1.1 KB af397ef8   9 years Thierry Delisle More attribute unused on parameters
VoidType.cc 774 bytes c0aa336   9 years pabuhr third attempt at gcc attributes
Visitor.h 6.2 KB af5c204a   9 years Rob Schluntz remove UntypedValOfExpr and hook in build for StmtExpr
Visitor.cc 13.8 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
VarExprReplacer.h 1.1 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
VarExprReplacer.cc 1.2 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
VarArgsType.cc 877 bytes c0aa336   9 years pabuhr third attempt at gcc attributes
TypeSubstitution.h 6.6 KB e33f321   9 years Rob Schluntz mutate env on each expression type to ensure type mappings are up to date
TypeSubstitution.cc 7.5 KB c7a3081   9 years Rob Schluntz only bind generic parameters in TypeSubstitution in freeOnly mode, fix …
TypeofType.cc 1.1 KB c0aa336   9 years pabuhr third attempt at gcc attributes
TypeExpr.cc 910 bytes d3b7937   10 years pabuhr building runtime library (first attempt)
TypeDecl.cc 1.7 KB 67cf18c   9 years Rob Schluntz implement default type arguments for generic types [closes #13]
Type.h 24.1 KB 0698aa1   9 years Rob Schluntz Add stripReferences, fix createDeref and makeSub to work with …
Type.cc 2.6 KB 0698aa1   9 years Rob Schluntz Add stripReferences, fix createDeref and makeSub to work with …
TupleType.cc 2.3 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
TupleExpr.cc 3.8 KB d7dc824   9 years Thierry Delisle Removed more warnings
SynTree.h 2.6 KB e4d829b   9 years Rob Schluntz major effort on designations, works in many cases
Statement.h 15.4 KB 046e04a   9 years ajbeach Now only CatchStmt can be a handler on a TryStmt.
Statement.cc 13.3 KB 046e04a   9 years ajbeach Now only CatchStmt can be a handler on a TryStmt.
ReferenceType.cc 1.1 KB ce8c12f   9 years Rob Schluntz initial work on references: reference types passed through the system, …
ReferenceToType.cc 6.0 KB 43c89a7   9 years Rob Schluntz add hoistType flag (currently unused)
PointerType.cc 1.8 KB ed8a0d2   9 years Rob Schluntz constructor taking an array parameter is now an error
ObjectDecl.cc 2.5 KB 2873b737   9 years Rob Schluntz virtual destructor in BaseSyntaxNode, fix ObjectDecl print
NamedTypeDecl.cc 2.1 KB 68fe077a   9 years pabuhr move type StorageClasses from DeclarationNode to Type
Mutator.h 6.2 KB af5c204a   9 years Rob Schluntz remove UntypedValOfExpr and hook in build for StmtExpr
Mutator.cc 20.7 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
module.mk 1.7 KB ce8c12f   9 years Rob Schluntz initial work on references: reference types passed through the system, …
Makefile 445 bytes 843054c2   11 years pabuhr licencing: seventh groups of files
Label.h 2.0 KB d1625f8   10 years pabuhr more refactoring of parser code
Initializer.h 5.4 KB e4d829b   9 years Rob Schluntz major effort on designations, works in many cases
Initializer.cc 4.7 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
FunctionType.cc 2.1 KB c0aa336   9 years pabuhr third attempt at gcc attributes
FunctionDecl.cc 2.6 KB ddfd945   9 years pabuhr move type FuncSpecifiers from DeclarationNode to Type
Expression.h 31.3 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
Expression.cc 22.5 KB 0698aa1   9 years Rob Schluntz Add stripReferences, fix createDeref and makeSub to work with …
DeclStmt.cc 991 bytes d3b7937   10 years pabuhr building runtime library (first attempt)
DeclarationWithType.cc 1.2 KB ddfd945   9 years pabuhr move type FuncSpecifiers from DeclarationNode to Type
Declaration.h 13.2 KB fa4805f   9 years ajbeach The builtins.cf now includes exception handling functions.
Declaration.cc 2.2 KB 64ac636   9 years Rob Schluntz fix missing line numbers in some places, including member constructor …
Constant.h 1.8 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
Constant.cc 2.1 KB 62423350   9 years Rob Schluntz Big push on designations and initialization: works with generic types, …
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   10 years Rob Schluntz replace results list on Expressions with a single Type field
BasicType.cc 1.9 KB c0aa336   9 years pabuhr third attempt at gcc attributes
BaseSyntaxNode.h 753 bytes 2873b737   9 years Rob Schluntz virtual destructor in BaseSyntaxNode, fix ObjectDecl print
AttrType.cc 1.5 KB c0aa336   9 years pabuhr third attempt at gcc attributes
Attribute.h 1.5 KB 8ca3a72   9 years Rob Schluntz remove redundant noLabels variables
Attribute.cc 1.1 KB db175c8   10 years Rob Schluntz missing files for Attributes
ArrayType.cc 1.6 KB 615a096   9 years pabuhr fix BFCommon problem on gcc-4.9, and begin consistent renaming
ApplicationExpr.cc 2.9 KB 6c3a988f   9 years Rob Schluntz fix inferred parameter data structures to correctly associate …
AggregateDecl.cc 2.4 KB fa4805f   9 years ajbeach The builtins.cf now includes exception handling functions.
AddStmtVisitor.h 1.2 KB 4e06c1e   10 years pabuhr changes for switch and choose statements
AddStmtVisitor.cc 2.8 KB 8688ce1   10 years pabuhr move case-list management into parser
AddressExpr.cc 2.1 KB c5e3208   9 years Rob Schluntz Properly assign types to AddressExpr
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.