source: src/SynTree@ 699a97d

ADT ast-experimental
Name Size Rev Age Author Last Change
../
ZeroOneType.cc 1.2 KB 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
VoidType.cc 918 bytes 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
Visitor.h 16.8 KB 71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl
VarArgsType.cc 1.0 KB 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
TypeSubstitution.h 8.2 KB 172d9342   6 years mlbrooks added old-to-new conversion for TypeSubstitution, within a framework …
TypeSubstitution.cc 7.6 KB 172d9342   6 years mlbrooks added old-to-new conversion for TypeSubstitution, within a framework …
TypeofType.cc 1.6 KB f441c88   7 years a3moss Implement basetypeof
TypeExpr.cc 1.5 KB 6e50a6b   4 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former …
TypeDecl.cc 2.5 KB 6e50a6b   4 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former …
Type.h 30.6 KB 9feb34b   2 years ajbeach Moved toString and toCString to a new header. Updated includes. …
Type.cc 5.7 KB 9feb34b   2 years ajbeach Moved toString and toCString to a new header. Updated includes. …
TupleType.cc 2.6 KB 07de76b   6 years pabuhr remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move …
TupleExpr.cc 4.4 KB b4f8808   6 years ajbeach Removed lvalue from types in the old ast.
SynTree.h 2.8 KB 71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl
Statement.h 21.0 KB f8965f4   3 years Thierry Delisle Removed unnecessary throw lists
Statement.cc 18.3 KB f8965f4   3 years Thierry Delisle Removed unnecessary throw lists
ReferenceType.cc 1.3 KB 9bfc9da   8 years Rob Schluntz Refactor makeSub into genericSubstitution
ReferenceToType.cc 7.7 KB 943bfad   4 years Thierry Delisle Fixed several warnings for clang@head
PointerType.cc 2.0 KB 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
ObjectDecl.cc 3.1 KB d912bed   6 years pabuhr harmonize SynTree/LinkageSpec.* with AST/LinkageSpec.*
NamedTypeDecl.cc 2.3 KB 6a45bd78   5 years f37yu cleanup: remove params in TypeDecl (never used)
Mutator.h 7.6 KB 71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl
module.mk 2.2 KB 71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl
Makefile 445 bytes 843054c2   10 years pabuhr licencing: seventh groups of files
LinkageSpec.h 2.5 KB 1e2de89   6 years ajbeach Wandered into LinkageSpec and moved an include out of the header.
LinkageSpec.cc 1.5 KB 1e2de89   6 years ajbeach Wandered into LinkageSpec and moved an include out of the header.
Label.h 1.9 KB 712348a   6 years Thierry Delisle Removed all traces of SubRange which didn't actually exist and made …
InlineMemberDecl.cc 1.8 KB 71806e0   3 years j82liang Rename InlineValueDecl to InlineMemberDecl
Initializer.h 5.9 KB 7870799   6 years Thierry Delisle Cast cost and conversion cost now take constant parameters. This …
Initializer.cc 4.6 KB 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
FunctionType.cc 2.3 KB 08222c7   7 years Thierry Delisle Fixed some errors with incorrect trailing whitespace in the tests
FunctionDecl.cc 3.6 KB 056bee8   2 years ajbeach Added printing of with clauses to the printing of both new and old ast …
Expression.h 39.7 KB 5408b59   3 years j82liang Remove var in QualifiedNameExpr
Expression.cc 26.6 KB cd6a6ff   5 years Thierry Delisle Improved coverage of deterministic_output to be much finer grain.
DeclStmt.cc 1.2 KB ba3706f   8 years Rob Schluntz Remove label lists from various Statement constructors
DeclReplacer.h 1.6 KB 546e712   6 years Thierry Delisle Fix for 1 bug of N
DeclReplacer.cc 4.2 KB 0ce063b   6 years Thierry Delisle DeclReplacer now returns number of node changed
DeclarationWithType.cc 1.6 KB 07de76b   6 years pabuhr remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move …
Declaration.h 19.8 KB e4d7c1c   3 years j82liang Implement enum Hiding
Declaration.cc 3.5 KB 2d019af   5 years pabuhr parser global pragmas, fixes #241
Constant.h 2.2 KB b91bfde   4 years ajbeach Added and used some helpers. The widely useful one is a from_string …
Constant.cc 2.7 KB b91bfde   4 years ajbeach Added and used some helpers. The widely useful one is a from_string …
CompoundStmt.cc 3.3 KB 7862059   7 years Rob Schluntz Change VarExprReplacer to DeclReplacer and implement TypeInstType
CommaExpr.cc 1.6 KB b4f8808   6 years ajbeach Removed lvalue from types in the old ast.
BasicType.cc 1.1 KB 8bb86ce   3 years j82liang Clean up some code related to Enum codegen
BaseSyntaxNode.h 1.5 KB 7870799   6 years Thierry Delisle Cast cost and conversion cost now take constant parameters. This …
BaseSyntaxNode.cc 740 bytes 9939dc3   3 years ajbeach Reduced the number of object files linked into the demangler. Some of …
AttrType.cc 1.8 KB 50377a4   8 years Rob Schluntz Refactor tree print code to use Indenter
Attribute.h 2.0 KB 60a8062   6 years pabuhr rewrite most of OperatorTable and change caller modules to use new …
Attribute.cc 1.9 KB 17129659   6 years a3moss Fix line numbers in tests
ArrayType.cc 1.7 KB b4f8808   6 years ajbeach Removed lvalue from types in the old ast.
ApplicationExpr.cc 3.6 KB 7b5694d   3 years ajbeach Header Clean-up: Moved more things from typeops to Unify.
AggregateDecl.cc 5.0 KB 8f06277   3 years ajbeach Some clean-up in Common/utility.h. Deleted some unused declarations …
AddressExpr.cc 2.8 KB 135143ba   3 years Thierry Delisle Hacked in code location in a case where errors didn't have it. This is …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.