source: src/SynTree @ fa2e183

ADTast-experimental
Name Size Rev Age Author Last Change
../
AddressExpr.cc 2.8 KB 135143b   19 months Thierry Delisle Hacked in code location in a case where errors didn't have it. This is …
AggregateDecl.cc 5.0 KB 1ed3fe7c   22 months pabuhr change semantic error message for non-const enumerator to be clearer
ApplicationExpr.cc 3.6 KB 07d867b   4 years f37yu attempt to fix inferparams
ArrayType.cc 1.7 KB b4f8808   5 years ajbeach Removed lvalue from types in the old ast.
Attribute.cc 1.9 KB 17129659   5 years a3moss Fix line numbers in tests
Attribute.h 2.0 KB 60a8062   4 years pabuhr rewrite most of OperatorTable? and change caller modules to use new …
AttrType.cc 1.8 KB 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
BaseSyntaxNode.cc 740 bytes 9939dc3   2 years ajbeach Reduced the number of object files linked into the demangler. Some of …
BaseSyntaxNode.h 1.5 KB 7870799   5 years Thierry Delisle Cast cost and conversion cost now take constant parameters. This …
BasicType.cc 1.5 KB f238fcc2   2 years j82liang Enable numeric type for typed enum
CommaExpr.cc 1.6 KB b4f8808   5 years ajbeach Removed lvalue from types in the old ast.
CompoundStmt.cc 3.3 KB 7862059   6 years Rob Schluntz Change VarExprReplacer? to DeclReplacer? and implement TypeInstType?
Constant.cc 2.7 KB b91bfde   3 years ajbeach Added and used some helpers. The widely useful one is a from_string …
Constant.h 2.2 KB b91bfde   3 years ajbeach Added and used some helpers. The widely useful one is a from_string …
Declaration.cc 3.5 KB 2d019af   3 years pabuhr parser global pragmas, fixes #241
Declaration.h 19.8 KB e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as …
DeclarationWithType.cc 1.6 KB 07de76b   4 years pabuhr remove file TypeVar?.h* and put TypeVar::Kind into TypeDecl?, move …
DeclReplacer.cc 4.2 KB 0ce063b   5 years Thierry Delisle DeclReplacer? now returns number of node changed
DeclReplacer.h 1.6 KB 546e712   5 years Thierry Delisle Fix for 1 bug of N
DeclStmt.cc 1.2 KB ba3706f   6 years Rob Schluntz Remove label lists from various Statement constructors
Expression.cc 26.6 KB cd6a6ff   3 years Thierry Delisle Improved coverage of deterministic_output to be much finer grain.
Expression.h 39.7 KB 5408b59   19 months j82liang Remove var in QualifiedNameExpr?
FunctionDecl.cc 3.5 KB d912bed   4 years pabuhr harmonize SynTree/LinkageSpec?.* with AST/LinkageSpec.*
FunctionType.cc 2.3 KB 08222c7   5 years Thierry Delisle Fixed some errors with incorrect trailing whitespace in the tests
Initializer.cc 4.6 KB 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
Initializer.h 5.9 KB 7870799   5 years Thierry Delisle Cast cost and conversion cost now take constant parameters. This …
InlineValueDecl.cc 1.8 KB fa2e183   18 months j82liang Missing file in the last commit
Label.h 1.9 KB 712348a   5 years Thierry Delisle Removed all traces of SubRange? which didn't actually exist and made …
LinkageSpec.cc 1.5 KB 1e2de89   4 years ajbeach Wandered into LinkageSpec? and moved an include out of the header.
LinkageSpec.h 2.5 KB 1e2de89   4 years ajbeach Wandered into LinkageSpec? and moved an include out of the header.
Makefile 445 bytes 843054c2   9 years pabuhr licencing: seventh groups of files
module.mk 2.2 KB e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as …
Mutator.h 7.6 KB e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as …
NamedTypeDecl.cc 2.3 KB 6a45bd78   3 years f37yu cleanup: remove params in TypeDecl? (never used)
ObjectDecl.cc 3.1 KB d912bed   4 years pabuhr harmonize SynTree/LinkageSpec?.* with AST/LinkageSpec.*
PointerType.cc 2.0 KB 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
ReferenceToType.cc 7.7 KB 943bfad   3 years Thierry Delisle Fixed several warnings for clang@head
ReferenceType.cc 1.3 KB 9bfc9da   6 years Rob Schluntz Refactor makeSub into genericSubstitution
Statement.cc 18.3 KB f8965f4   20 months Thierry Delisle Removed unnecessary throw lists
Statement.h 21.0 KB f8965f4   20 months Thierry Delisle Removed unnecessary throw lists
SynTree.h 2.8 KB e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as …
TupleExpr.cc 4.4 KB b4f8808   5 years ajbeach Removed lvalue from types in the old ast.
TupleType.cc 2.6 KB 07de76b   4 years pabuhr remove file TypeVar?.h* and put TypeVar::Kind into TypeDecl?, move …
Type.cc 5.5 KB ed9a1ae   20 months Thierry Delisle Cfa now distinguishes between thread and _Thread_local.
Type.h 30.7 KB b0d9ff7   20 months j82liang Fix up the QualifiedNameExpr?. It should now work on both old AST and …
TypeDecl.cc 2.5 KB 6e50a6b   3 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former …
TypeExpr.cc 1.5 KB 6e50a6b   3 years mlbrooks Implementing language-provided syntax for (array) dimensions. Former …
TypeofType.cc 1.6 KB f441c88   6 years a3moss Implement basetypeof
TypeSubstitution.cc 7.6 KB 172d9342   5 years mlbrooks added old-to-new conversion for TypeSubstitution?, within a framework …
TypeSubstitution.h 8.2 KB 172d9342   5 years mlbrooks added old-to-new conversion for TypeSubstitution?, within a framework …
VarArgsType.cc 1.0 KB 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
Visitor.h 16.8 KB e874605   18 months j82liang Add class InlineValueDecl?, which is a Declaration class that works as …
VoidType.cc 918 bytes 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
ZeroOneType.cc 1.2 KB 50377a4   7 years Rob Schluntz Refactor tree print code to use Indenter
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.