index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CXX
/
temp
/
temp.decls
/
temp.variadic
/
metafunctions.cpp
Age
Commit message (
Expand
)
Author
2011-10-13
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-01-13
Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy
Douglas Gregor
2011-01-05
Initial implementation of function parameter packs. This implementation allows:
Douglas Gregor
2011-01-05
When we're converting deduced template arguments to the type of the
Douglas Gregor
2011-01-05
Replace the representation of template template argument pack
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
2011-01-03
Add a test that is currently failing
Douglas Gregor
2011-01-03
Another variadic template metafunction test case: summing values.
Douglas Gregor
2011-01-03
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
Consolidate template metafunction tests for variadic templates into a single ...
Douglas Gregor