.. |
blocks-irgen.mm
|
More fixes for block mangling.
|
2013-07-02 17:52:28 +00:00 |
blocks.mm
|
More fixes for isBetterOverloadCandidate not being a strict weak ordering. The
|
2014-05-17 04:36:39 +00:00 |
default-arguments.cpp
|
DR974: Lambdas can have default arguments.
|
2013-04-17 16:25:20 +00:00 |
p2-generic-lambda-1y.cpp
|
Adding a -Wunused-value warning for expressions with side effects used in an unevaluated expression context, such as sizeof(), or decltype(). Also adds a similar warning when the expression passed to typeid() *is* evaluated, since it is equally likely that the user would expect the expression operand to be unevaluated in that case.
|
2014-12-17 21:57:17 +00:00 |
p2.cpp
|
PR23334: Perform semantic checking of lambda capture initialization in the right context.
|
2015-04-27 21:27:54 +00:00 |
p3.cpp
|
DR1891, PR21787: a lambda closure type has no default constructor, rather than
|
2014-12-10 20:04:48 +00:00 |
p4-1y.cpp
|
Implement a rudimentary form of generic lambdas.
|
2013-09-26 19:54:12 +00:00 |
p4.cpp
|
DR1048: drop top-level cv-qualifiers when deducing the return type of a
|
2014-12-19 22:10:51 +00:00 |
p4.mm
|
Unify return type checking for functions and ObjC methods. Move all the
|
2013-06-14 21:14:10 +00:00 |
p5-generic-lambda-1y.cpp
|
Normalize line endings
|
2014-03-02 18:46:05 +00:00 |
p5.cpp
|
DR974: Lambdas can have default arguments.
|
2013-04-17 16:25:20 +00:00 |
p6.cpp
|
…
|
|
p7.cpp
|
…
|
|
p8.cpp
|
Add compat/extension warnings for init captures.
|
2013-09-28 05:38:27 +00:00 |
p10.cpp
|
…
|
|
p11-1y.cpp
|
Add a warning for direct-list-initialization of a variable with a deduced type
|
2015-02-11 02:41:33 +00:00 |
p11.cpp
|
…
|
|
p12.cpp
|
…
|
|
p13.cpp
|
…
|
|
p14.cpp
|
Require the type of a by-copy capture to be complete before creating its field.
|
2013-12-18 23:02:36 +00:00 |
p15.cpp
|
…
|
|
p16.cpp
|
Fix typo from r237482. "to reference of type" --> "to reference to type"
|
2015-05-16 01:39:39 +00:00 |
p18.cpp
|
…
|
|
p19.cpp
|
DR1891, PR21787: a lambda closure type has no default constructor, rather than
|
2014-12-10 20:04:48 +00:00 |
p20.cpp
|
…
|
|
p21.cpp
|
…
|
|
p23.cpp
|
Add compat/extension warnings for init captures.
|
2013-09-28 05:38:27 +00:00 |
templates.cpp
|
PR23334: Perform semantic checking of lambda capture initialization in the right context.
|
2015-04-27 21:27:54 +00:00 |