Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | If capturing a variable fails, add a capture anyway (and mark it | Richard Smith | 2019-05-28 | 1 | -2/+3 |
| | | | | | | invalid) so that we can avoid repeated diagnostics for the same capture. llvm-svn: 361891 | ||||
* | put back diagnostics when flexible members are captured | Fariborz Jahanian | 2013-01-09 | 1 | -2/+3 |
| | | | | | | in lambdas. llvm-svn: 171921 | ||||
* | Remove lambda from my last patch. | Fariborz Jahanian | 2013-01-08 | 1 | -4/+2 |
| | | | | llvm-svn: 171915 | ||||
* | objectiveC blocks: It is impractical to capture | Fariborz Jahanian | 2013-01-08 | 1 | -0/+9 |
struct variables with flexiable array members in blocks (and lambdas). Issue error instead of crashing in IRGen. // rdar://12655829 llvm-svn: 171912 |