index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
AST
/
DeclTemplate.h
Age
Commit message (
Expand
)
Author
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
2009-10-29
Extract TemplateArgument into a new header just for common template
John McCall
2009-10-29
Implement support for semantic checking and template instantiation of
Douglas Gregor
2009-10-13
When explicitly specializing a member that is a template, mark the
Douglas Gregor
2009-10-12
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-08
Compress storage for MemberSpecializationInfo into a single
Douglas Gregor
2009-10-07
Keep track of whether a member function instantiated from a member
Douglas Gregor
2009-09-24
WIP implementation of explicit function template specialization. This
Douglas Gregor
2009-09-16
Improved representation and support for friend class templates. Angst about ...
John McCall
2009-09-15
Implement partial ordering of class template partial specializations
Douglas Gregor
2009-09-11
Track a class template specialization's point of instantiation separately
John McCall
2009-09-11
When stringizing a NamedDecl for a diagnostic, treat the template
John McCall
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-04
Improve the AST representation and semantic analysis for extern
Douglas Gregor
2009-09-04
Cleanup.
Mike Stump
2009-08-27
Implement instantiation of the declarations of member function
Douglas Gregor
2009-08-21
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-20
Basic nested-template implementation.
John McCall
2009-08-19
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-02
Keep track of the template arguments deduced when matching a class
Douglas Gregor
2009-07-30
Support out-of-line definitions of the members of class template
Douglas Gregor
2009-07-29
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-18
Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth...
Argyrios Kyrtzidis
2009-06-29
Improve code generation for function template specializations:
Douglas Gregor
2009-06-29
Keep track of function template specializations, to eliminate
Douglas Gregor
2009-06-29
Move FunctionDecl::TemplateSpecializationInfo out into its own class,
Douglas Gregor
2009-06-26
Template argument deduction is no longer responsible for checking
Douglas Gregor
2009-06-26
Implicit instantiation for function template specializations.
Douglas Gregor
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-23
Check in a new template argument list builder that should work better for var...
Anders Carlsson
2009-06-17
Remove all non-const getters from TemplateArgumentList.
Anders Carlsson
2009-06-15
Include <limits>
Anders Carlsson
2009-06-15
More parameter pack work.
Anders Carlsson
2009-06-15
Add a new 'Pack' argument kind to TemplateArgument. This is not yet used.
Anders Carlsson
2009-06-13
Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB...
Anders Carlsson
2009-06-13
More work on type parameter packs.
Anders Carlsson
2009-06-13
Improvements to TemplateArgumentListBuilder to make it work better with param...
Anders Carlsson
2009-06-12
Keep track of whether a type parameter is actually a type parameter pack.
Anders Carlsson
2009-06-12
Improve template argument deduction to keep track of why template
Douglas Gregor
2009-06-05
Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...
Anders Carlsson
2009-06-05
Make the TemplateArgumentList take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
Change the specialization decls to take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
Add a helper class for building template argument lists.
Anders Carlsson
2009-06-05
Several improvements to template argument deduction:
Douglas Gregor
2009-06-04
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-05-31
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-05-11
Encapsulate template arguments lists in a new class,
Douglas Gregor
2009-05-10
Implement the semantics of the injected-class-name within a class
Douglas Gregor
[next]