Fariborz Jahanian
|
0c1c3113e8
|
Objective-C. Fixes an obscuer crash caused by multiple inclusion of
same framework after complaining about duplicate class definition.
// rdar://17024681
llvm-svn: 209672
|
2014-05-27 18:26:09 +00:00 |
John McCall
|
67cd5e094e
|
Forbid the block and lambda copy-capture of __autoreleasing variables
in ARC, under the usual reasoning limiting the use of __autoreleasing.
llvm-svn: 153725
|
2012-03-30 05:23:48 +00:00 |
John McCall
|
85110b47c8
|
Don't crash when a statement in a block is ill-formed but
introduces cleanups anyway.
llvm-svn: 152345
|
2012-03-08 22:00:17 +00:00 |