../
|
VoidType.cc
|
717 bytes
|
843054c2
|
9 years
|
pabuhr |
licencing: seventh groups of files
|
Visitor.h
|
5.4 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
Visitor.cc
|
11.6 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
VarArgsType.cc
|
792 bytes
|
8f610e85
|
9 years
|
pabuhr |
allow qualifiers onto gcc builtin_va_list
|
TypeSubstitution.h
|
6.5 KB
|
79970ed
|
8 years
|
Rob Schluntz |
implement warnings for missing struct member constructor calls, remove …
|
TypeSubstitution.cc
|
7.1 KB
|
084184b
|
8 years
|
a3moss |
Add recursive lookup for TypeInstType? to TypeSubstitution?
|
TypeofType.cc
|
1020 bytes
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
TypeExpr.cc
|
910 bytes
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
TypeDecl.cc
|
986 bytes
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
Type.h
|
17.0 KB
|
1e8b02f5
|
8 years
|
Thierry Delisle |
removed unnecessary clone statement in validate phase
|
Type.cc
|
1.9 KB
|
f1b1e4c
|
8 years
|
Rob Schluntz |
can construct global const objects, except with intrinsic constructors
|
TupleType.cc
|
956 bytes
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
TupleExpr.cc
|
1.5 KB
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
SynTree.h
|
2.3 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
Statement.h
|
14.2 KB
|
1d4580a
|
8 years
|
pabuhr |
more refactoring of parser code
|
Statement.cc
|
12.5 KB
|
2037f82
|
8 years
|
Thierry Delisle |
added many missing calls to delete, still a long way to go…
|
ReferenceToType.cc
|
4.9 KB
|
1e8b02f5
|
8 years
|
Thierry Delisle |
removed unnecessary clone statement in validate phase
|
PointerType.cc
|
1.6 KB
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
ObjectDecl.cc
|
2.8 KB
|
8b7ee09
|
8 years
|
pabuhr |
rename type LinkageSpec::Type to LinkageSpec::Spec, which affects many …
|
NamedTypeDecl.cc
|
2.3 KB
|
46f6134
|
8 years
|
Thierry Delisle |
Implemented owning scoped map for typedef elimination phase
|
Mutator.h
|
5.5 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
Mutator.cc
|
14.8 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
module.mk
|
1.6 KB
|
51fcaf8d
|
8 years
|
Rob Schluntz |
introduce AddStmtVisitor? which provides statement insertion in the …
|
Makefile
|
445 bytes
|
843054c2
|
9 years
|
pabuhr |
licencing: seventh groups of files
|
Label.h
|
2.0 KB
|
d1625f8
|
8 years
|
pabuhr |
more refactoring of parser code
|
Initializer.h
|
5.1 KB
|
4d2434a
|
8 years
|
Rob Schluntz |
major reorganization of constructor generation from initializer list …
|
Initializer.cc
|
3.9 KB
|
837a17c
|
8 years
|
Thierry Delisle |
elminated multiple memory leaks of expressions
|
FunctionType.cc
|
1.7 KB
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
FunctionDecl.cc
|
3.4 KB
|
2037f82
|
8 years
|
Thierry Delisle |
added many missing calls to delete, still a long way to go…
|
Expression.h
|
25.2 KB
|
7bf7fb9
|
8 years
|
pabuhr |
more refactoring of parser code
|
Expression.cc
|
16.7 KB
|
79970ed
|
8 years
|
Rob Schluntz |
implement warnings for missing struct member constructor calls, remove …
|
DeclStmt.cc
|
991 bytes
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
DeclarationWithType.cc
|
1.1 KB
|
8b7ee09
|
8 years
|
pabuhr |
rename type LinkageSpec::Type to LinkageSpec::Spec, which affects many …
|
Declaration.h
|
10.5 KB
|
46f6134
|
8 years
|
Thierry Delisle |
Implemented owning scoped map for typedef elimination phase
|
Declaration.cc
|
1.8 KB
|
8b7ee09
|
8 years
|
pabuhr |
rename type LinkageSpec::Type to LinkageSpec::Spec, which affects many …
|
Constant.h
|
1.5 KB
|
ca35c51
|
8 years
|
pabuhr |
move implementation of ConstantNode? to ConstantExpr?
|
Constant.cc
|
1.5 KB
|
cb4c607
|
8 years
|
a3moss |
Refactor Constant::from to disambiguate type
|
CompoundStmt.cc
|
3.1 KB
|
60089f4
|
9 years
|
Rob Schluntz |
fix printing in CommaExpr?, CompoundStmt?, ForStmt?, etc.
|
CommaExpr.cc
|
1.6 KB
|
60089f4
|
9 years
|
Rob Schluntz |
fix printing in CommaExpr?, CompoundStmt?, ForStmt?, etc.
|
BasicType.cc
|
1.8 KB
|
d58ebf3
|
9 years
|
Rob Schluntz |
some print reformatting
|
AttrType.cc
|
1.4 KB
|
d3b7937
|
9 years
|
pabuhr |
building runtime library (first attempt)
|
Attribute.h
|
1.3 KB
|
a436947
|
8 years
|
Rob Schluntz |
change type of enumerator to EnumInstType?, allow casting between …
|
Attribute.cc
|
1.1 KB
|
db175c8
|
8 years
|
Rob Schluntz |
missing files for Attributes
|
ArrayType.cc
|
1.5 KB
|
bb8ea30
|
8 years
|
Rob Schluntz |
fix printing for ArrayType?, Expression, Initializer, etc.
|
ApplicationExpr.cc
|
2.7 KB
|
9554d9b
|
8 years
|
Rob Schluntz |
elide copy constructor calls in polymorphic code
|
AggregateDecl.cc
|
2.1 KB
|
79970ed
|
8 years
|
Rob Schluntz |
implement warnings for missing struct member constructor calls, remove …
|
AddStmtVisitor.h
|
1.2 KB
|
4e06c1e
|
8 years
|
pabuhr |
changes for switch and choose statements
|
AddStmtVisitor.cc
|
2.8 KB
|
8688ce1
|
8 years
|
pabuhr |
move case-list management into parser
|
AddressExpr.cc
|
1.2 KB
|
89231bc
|
9 years
|
Rob Schluntz |
fix printing for various AST nodes, including ObjectDecl?, ExprStmt?, …
|