Files
clang-p2996/clang/test/CodeGenObjCXX
John McCall b726a55729 Fix a couple of problems with initialization and assignment to
__block variables where the act of initialization/assignment
itself causes the __block variable to be copied to the heap
because the variable is of block type and is being assigned
a block literal which captures the variable.

rdar://problem/9814099

llvm-svn: 136337
2011-07-28 07:23:35 +00:00
..
2011-06-15 23:02:42 +00:00
2010-05-27 16:05:06 +00:00
2011-06-16 04:16:24 +00:00
2011-02-28 21:19:34 +00:00