Richard Smith
|
8cb63232d9
|
If capturing a variable fails, add a capture anyway (and mark it
invalid) so that we can avoid repeated diagnostics for the same capture.
llvm-svn: 361891
|
2019-05-28 23:09:44 +00:00 |
Fariborz Jahanian
|
14da440018
|
put back diagnostics when flexible members are captured
in lambdas.
llvm-svn: 171921
|
2013-01-09 00:09:15 +00:00 |
Fariborz Jahanian
|
7a83f04094
|
Remove lambda from my last patch.
llvm-svn: 171915
|
2013-01-08 23:40:08 +00:00 |
Fariborz Jahanian
|
a716a34527
|
objectiveC blocks: It is impractical to capture
struct variables with flexiable array members in
blocks (and lambdas). Issue error instead of
crashing in IRGen. // rdar://12655829
llvm-svn: 171912
|
2013-01-08 23:17:51 +00:00 |