.. |
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
|
Normalize line endings
|
2014-03-02 18:46:05 +00:00 |
p2.cpp
|
sizeof(void) etc. should be a hard error in C++.
|
2013-08-13 22:26:42 +00:00 |
p3.cpp
|
Remove the "unsupported" error for lambda expressions. It's annoying,
|
2012-02-09 08:26:42 +00:00 |
p4-1y.cpp
|
Implement a rudimentary form of generic lambdas.
|
2013-09-26 19:54:12 +00:00 |
p4.cpp
|
Implement a rudimentary form of generic lambdas.
|
2013-09-26 19:54:12 +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
|
Implement the conversion to a function pointer for lambda expressions,
|
2012-02-10 08:36:38 +00:00 |
p7.cpp
|
Specialize noreturn diagnostics for lambda expressions.
|
2012-02-15 16:20:15 +00:00 |
p8.cpp
|
Add compat/extension warnings for init captures.
|
2013-09-28 05:38:27 +00:00 |
p10.cpp
|
Add various tests for captures and the reaching scope of the lambda
|
2012-02-10 09:26:04 +00:00 |
p11-1y.cpp
|
Per latest drafting, switch to implementing init-captures as if by declaring
|
2013-09-28 04:02:39 +00:00 |
p11.cpp
|
Add various tests for captures and the reaching scope of the lambda
|
2012-02-10 09:26:04 +00:00 |
p12.cpp
|
Improve diagnostics for invalid use of non-static members / this:
|
2012-04-05 01:13:04 +00:00 |
p13.cpp
|
Improve our handling of lambda expressions that occur within default
|
2012-02-21 19:11:17 +00:00 |
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
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
p16.cpp
|
Rewrite variable capture within lambda expressions and blocks,
|
2012-02-18 09:37:24 +00:00 |
p18.cpp
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
p19.cpp
|
Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda at ... )')
|
2014-04-02 05:58:29 +00:00 |
p20.cpp
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
p21.cpp
|
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive.
|
2012-10-19 12:44:48 +00:00 |
p23.cpp
|
Add compat/extension warnings for init captures.
|
2013-09-28 05:38:27 +00:00 |
templates.cpp
|
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
|
2013-01-17 01:30:42 +00:00 |