Go to file
Argyrios Kyrtzidis 6ba7afb8e1 [arcmt] Rewrite uses of Block_copy/Block_release macros.
c = Block_copy(b);
  Block_release(c);
 ---->
  c = [b copy];
  <removed>

rdar://9408211

llvm-svn: 171454
2013-01-03 03:17:17 +00:00
clang [arcmt] Rewrite uses of Block_copy/Block_release macros. 2013-01-03 03:17:17 +00:00
clang-tools-extra Fix the sorting of the #include lines in these tools. 2013-01-02 10:29:31 +00:00
compiler-rt Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Removed several more different 'iterators.h' files in libcxx/test 2013-01-03 02:29:29 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld Add .arcconfig for Phabricator command-line support 2013-01-03 02:15:37 +00:00
lldb Clang sometimes emits "objc_object*" rather than "id" 2013-01-03 00:05:56 +00:00
llvm Add a subtype parameter to VTTI::getShuffleCost 2013-01-03 02:34:09 +00:00
polly Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to 2013-01-02 11:47:44 +00:00