Go to file
Douglas Gregor b5176a5328 Objective-C++ ARC: do not mangle __unsafe_unretained lifetime
qualifiers, so that an __unsafe_unretained-qualified type T in ARC code
will have the same mangling as T in non-ARC code, improving ABI
interoperability. This works now because we infer or require a
lifetime qualifier everywhere one can appear in an external
interface. Another part of <rdar://problem/9595486>.

llvm-svn: 133306
2011-06-17 22:26:49 +00:00
clang Objective-C++ ARC: do not mangle __unsafe_unretained lifetime 2011-06-17 22:26:49 +00:00
compiler-rt Implement mulo<mode>4 for use in signed overflow checking. 2011-06-17 20:17:05 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Provide names for template and function parameters in forward declarations. The purpose is to aid automated documentation tools. 2011-06-14 19:58:17 +00:00
libcxxabi Clean up the vector tests 2011-06-13 17:57:10 +00:00
lldb Fixed variable parsing to not parse block variables over and over due to an 2011-06-17 22:10:16 +00:00
llvm Fix -Asserts build 2011-06-17 22:21:12 +00:00
polly www: Fix path to git repository. 2011-06-08 22:46:40 +00:00