Go to file
Richard Smith 20104048be PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this
has no effect since any such destructors must be trivial, and in C++11 such destructors must not
be called.

llvm-svn: 139997
2011-09-18 12:11:43 +00:00
clang PR10304: Do not call destructors for data members from union destructors. Prior to C++11, this 2011-09-18 12:11:43 +00:00
compiler-rt platform/clang_darwin: Allow use of an RC_SUPPORTED_ARCHS variable to limit the 2011-09-14 21:19:45 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Doug Gregor pointed out some problems with debug mode enabled in one TU and not another. This patch helps detect those situations and offers improved error messages to help get debug mode enabled in more TU's when it is absolutely necessary to do so. Thanks Doug. 2011-09-16 19:52:23 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
llvm When promoting integer vectors we often create ext-loads. This patch adds a 2011-09-18 10:39:32 +00:00
polly Also force a fixed version of cloog 2011-09-09 11:02:10 +00:00