Richard Smith
|
d699da427a
|
PR37450: Fix bug that disabled some type checks for variables with deduced types.
Also improve diagnostic for the case where a type is non-literal because it's a lambda.
llvm-svn: 332286
|
2018-05-14 20:15:04 +00:00 |
Richard Smith
|
80f57f6842
|
DR1891, PR21787: a lambda closure type has no default constructor, rather than
having a deleted default constructor.
llvm-svn: 223953
|
2014-12-10 20:04:48 +00:00 |
Richard Smith
|
640775b428
|
PR21180: Lambda closure types are neither aggregates nor literal types.
llvm-svn: 219222
|
2014-10-07 18:01:33 +00:00 |
Douglas Gregor
|
656bc62a73
|
Remove the "unsupported" error for lambda expressions. It's annoying,
and rapidly becoming untrue.
llvm-svn: 150165
|
2012-02-09 08:26:42 +00:00 |
Douglas Gregor
|
291af2b7e6
|
Add a test for the non-aggregaticity of lambda types per C++11
[expr.prim.lambda].
llvm-svn: 150164
|
2012-02-09 08:15:36 +00:00 |