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
/
p4.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-6
/
+3
*
Do not look through pack expansions when looking for unexpanded parameter packs.
Richard Smith
2017-08-15
1
-0
/
+98
*
PR11850 + duplicates: don't assume that a function parameter pack expansion is
Richard Smith
2012-03-13
1
-0
/
+46
*
Improve diagnostics a bit for bad member initializers, and fix an obscure bug...
Eli Friedman
2012-02-22
1
-0
/
+10
*
Tweak the fix to PR8977: an empty expression-list represents value initializa...
Eli Friedman
2012-01-05
1
-1
/
+2
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Declare and define implicit move constructor and assignment operator.
Sebastian Redl
2011-08-30
1
-0
/
+1
*
Semantic checking for exception specifications should be triggered by
John McCall
2011-03-02
1
-1
/
+1
*
When we're instantiating a direct variable initializer that has a pack
Douglas Gregor
2011-01-14
1
-0
/
+9
*
Replace the representation of template template argument pack
Douglas Gregor
2011-01-05
1
-1
/
+1
*
Implement pack expansion of base initializers, so that we can
Douglas Gregor
2011-01-04
1
-2
/
+30
*
Implement pack expansions whose pattern is a base-specifier.
Douglas Gregor
2011-01-03
1
-0
/
+18
*
Implement support for pack expansions in initializer lists and
Douglas Gregor
2011-01-03
1
-0
/
+14
*
When instantiating a non-type template parameter pack, be sure to
Douglas Gregor
2010-12-24
1
-5
/
+25
*
Implement instantiation of pack expansions whose pattern is a type-id
Douglas Gregor
2010-12-21
1
-6
/
+6
*
Extend the parser to support pack expansions within exception
Douglas Gregor
2010-12-20
1
-0
/
+18
*
Test template instantiation of pack expansions where the parameter pack is in...
Douglas Gregor
2010-12-20
1
-3
/
+16
*
Clean up the printing of template argument packs; previously, we were
Douglas Gregor
2010-12-20
1
-1
/
+1
*
Implement basic support for template instantiation of pack expansions
Douglas Gregor
2010-12-20
1
-0
/
+15