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
/
Sema
/
SemaTemplateVariadic.cpp
Age
Commit message (
Expand
)
Author
2011-01-03
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2010-12-24
When instantiating a non-type template parameter pack, be sure to
Douglas Gregor
2010-12-23
Add an AST representation for non-type template parameter
Douglas Gregor
2010-12-23
Implement parsing of function parameter packs and non-type template
Douglas Gregor
2010-12-22
Implement template argument deduction for pack expansions whose
Douglas Gregor
2010-12-21
Implement instantiation of pack expansions whose pattern is a type-id
Douglas Gregor
2010-12-20
Give the RecursiveASTVisitor a configuration function
Douglas Gregor
2010-12-20
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-12-20
Introduce a new type, PackExpansionType, to capture types that are
Douglas Gregor
2010-12-16
Tweak a comment
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in default arguments.
Douglas Gregor
2010-12-16
Fix a regression I caused in r121930. It turns out that
Douglas Gregor
2010-12-16
Check for unexpanded parameter packs in using declarations. As a
Douglas Gregor
2010-12-15
Test that all of the relevant types properly compute the "contains
Douglas Gregor
2010-12-15
Introduce a RecursiveASTVisitor subclass that finds all unexpanded
Douglas Gregor
2010-12-15
Move the work-in-progress implementation of variadic templates to its own fil...
Douglas Gregor
[prev]