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-11
When mapping from a function parameter pack to the set of function
Douglas Gregor
2011-01-10
Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which
Douglas Gregor
2011-01-07
Implement substitution of a function parameter pack for its set of
Douglas Gregor
2011-01-05
Add Decl::isParameterPack(), which covers both function and template
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
Implement the sizeof...(pack) expression to compute the length of a
Douglas Gregor
2011-01-03
Implement pack expansions whose pattern is a base-specifier.
Douglas Gregor
2011-01-03
Properly rebuild pack expansions whose pattern is a non-type template
Douglas Gregor
2011-01-03
Diagnose the presence of unexpanded parameter packs within class
Douglas Gregor
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