index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CXX
/
temp
/
temp.decls
/
temp.variadic
/
metafunctions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject varargs '...' in function prototype if there are more parameters after
Richard Smith
2014-08-11
1
-1
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy
Douglas Gregor
2011-01-13
1
-0
/
+17
*
Initial implementation of function parameter packs. This implementation allows:
Douglas Gregor
2011-01-05
1
-0
/
+24
*
When we're converting deduced template arguments to the type of the
Douglas Gregor
2011-01-05
1
-0
/
+27
*
Replace the representation of template template argument pack
Douglas Gregor
2011-01-05
1
-0
/
+40
*
Implement support for template template parameter packs, e.g.,
Douglas Gregor
2011-01-05
1
-0
/
+26
*
When creating the injected-class-name for a class template involving a
Douglas Gregor
2011-01-04
1
-3
/
+0
*
Add a test that is currently failing
Douglas Gregor
2011-01-03
1
-0
/
+14
*
Another variadic template metafunction test case: summing values.
Douglas Gregor
2011-01-03
1
-2
/
+16
*
Implement support for pack expansions whose pattern is a non-type
Douglas Gregor
2011-01-03
1
-0
/
+49
*
Consolidate template metafunction tests for variadic templates into a single ...
Douglas Gregor
2011-01-03
1
-0
/
+66