Go to file
Fariborz Jahanian f2bda69cd2 objc-arc: Perform null check on receiver before sending methods which
consume one or more of their arguments. If not done, this will cause a leak
as method will not consume the argument when receiver is null.
In this patch, the null path releases consumed argument.
// rdar://10444474

llvm-svn: 149279
2012-01-30 21:40:37 +00:00
clang objc-arc: Perform null check on receiver before sending methods which 2012-01-30 21:40:37 +00:00
compiler-rt [asan] add a test for __attribute__ no_address_safety_analysis 2012-01-30 21:34:59 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Update repository paths. 2012-01-08 22:31:18 +00:00
libcxx Fix .PHONY target to match new installheaders target. 2012-01-21 06:16:39 +00:00
libcxxabi Refactored personality function. Found one bug in scanning exception spec lists. 2012-01-30 20:16:21 +00:00
lld First chunk of native object file reader/writer. The lld-core tool now reads YAML file, links, writes that out as native object format, then reads that native file, then writes the YAML to stdout. Thus the test suite tests both YAML reading/writing as well as native object file reading/writing. 2012-01-16 22:03:44 +00:00
lldb Make BreakpointLocation::IsEnabled() consistent with the BreakpointLocation::SetEnabled() implementation. 2012-01-30 21:16:22 +00:00
llvm Typo. 2012-01-30 21:13:22 +00:00
polly Scheduling: Set fusion strategy to minimal 2012-01-30 19:38:58 +00:00