index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
DeclTemplate.cpp
Age
Commit message (
Expand
)
Author
2011-01-11
Add TemplateArgument::CreatePackCopy() to create a new parameter pack
Douglas Gregor
2011-01-05
Add semantic analysis for the creation of and an AST representation
Douglas Gregor
2011-01-05
Implement support for template template parameter packs, e.g.,
Douglas Gregor
2011-01-04
When creating the injected-class-name for a class template involving a
Douglas Gregor
2010-12-23
Add an AST representation for non-type template parameter
Douglas Gregor
2010-12-23
When forming the injected-class-name of a variadic template, the
Douglas Gregor
2010-11-18
Calculate the value kind of an expression when it's created and
John McCall
2010-11-07
Remove broken support for variadic templates, along with the various
Douglas Gregor
2010-10-28
Use the ASTMutationListener to track added template specializations in a chai...
Argyrios Kyrtzidis
2010-10-27
Make AST deserialization for class template specializations lazier, by
Douglas Gregor
2010-09-13
Avoid setters in ASTDeclReader::VisitClassTemplatePartialSpecializationDecl.
Argyrios Kyrtzidis
2010-09-08
Fix C++ PCH issues.
Argyrios Kyrtzidis
2010-07-30
Refactor find*Specialization functions using SpecEntryTraits
Peter Collingbourne
2010-07-29
Implement RedeclarableTemplateDecl::getNextRedeclaration
Peter Collingbourne
2010-07-29
Store latest redeclaration for each redeclarable template declaration
Peter Collingbourne
2010-07-29
Refactor redeclarable template declarations
Peter Collingbourne
2010-07-25
Remove destructors from declaration nodes
Douglas Gregor
2010-07-25
Remove the vast majority of the Destroy methods from the AST library,
Douglas Gregor
2010-07-22
Read/write FriendTemplateDecl for PCH.
Argyrios Kyrtzidis
2010-07-20
Hide FunctionTemplateDecl's specializations folding set as implementation det...
Argyrios Kyrtzidis
2010-07-20
Hide the specializations folding sets of ClassTemplateDecl as an implementati...
Argyrios Kyrtzidis
2010-07-13
Whenever we're creating an expression that is typically an rvalue
Douglas Gregor
2010-07-08
When performing substitution of template arguments within the body of
Douglas Gregor
2010-07-02
Add some side-effect free Create methods for TypeDecl subclasses and use them...
Argyrios Kyrtzidis
2010-06-28
Fix various bugs in recent commits for C++ PCH.
Argyrios Kyrtzidis
2010-06-23
Modify ClassTemplateSpecializationDecl and ClassTemplatePartialSpecialization...
Argyrios Kyrtzidis
2010-06-22
Make it easier to read/write the template part of FunctionDecl.
Argyrios Kyrtzidis
2010-06-21
Combine ClassTemplateDecl's PreviousDeclaration with CommonPtr, as in Functio...
Argyrios Kyrtzidis
2010-06-19
Initial support for reading templates from PCH.
Argyrios Kyrtzidis
2010-06-16
Revert r106099; it broke self-host.
Douglas Gregor
2010-06-16
Added TemplateTypeParmType::getDecl().
Abramo Bagnara
2010-06-12
Don't omit class explicit instantiation from AST.
Abramo Bagnara
2010-06-09
Added inherited info to template and non-type arguments of templates.
Abramo Bagnara
2010-05-25
Allocate the contents of TemplateArgumentList using ASTContext's allocator. ...
Ted Kremenek
2010-05-23
Keep track of all of the class and function template's "common"
Douglas Gregor
2010-05-20
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
just add a fixme for the StructuredArgs leak, it shouldn't affect
Chris Lattner
2010-05-20
switch TemplateArgumentListBuilder to hold its flat argument list in a smallv...
Chris Lattner
2010-05-20
fix the TemplateArgumentList copy constructor to not
Chris Lattner
2010-05-20
Clarify TemplateArgumentList ownership over its "flat" and
Chris Lattner
2010-05-06
Partial and full specializations of a class template may have a
Douglas Gregor
2010-04-30
Introduce a sequence number into class template partial
Douglas Gregor
2010-04-27
Make the InjectedClassNameType the canonical type of the current instantiation
John McCall
2010-03-10
Create a new InjectedClassNameType to represent bare-word references to the
John McCall
2010-01-31
Fix PR6156 and test several of the basic aspects of non-type template arguments
Chandler Carruth
2009-12-07
DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...
John McCall
2009-11-23
Centralize and complete the computation of value- and type-dependence for Dec...
Douglas Gregor
2009-11-23
Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations...
John McCall
2009-11-11
Introduce a new representation for template template
Douglas Gregor
2009-10-29
Track source information for template arguments and template specialization
John McCall
[next]