Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | put back diagnostics when flexible members are captured | Fariborz Jahanian | |
in lambdas. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171921 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-08 | Remove lambda from my last patch. | Fariborz Jahanian | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171915 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-08 | objectiveC blocks: It is impractical to capture | Fariborz Jahanian | |
struct variables with flexiable array members in blocks (and lambdas). Issue error instead of crashing in IRGen. // rdar://12655829 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171912 91177308-0d34-0410-b5e6-96231b3b80d8 |