Go to file
Richard Smith 4d59eebb49 DR1359: A constexpr constructor does not need to initialize an empty struct or
empty union. This still rejects anonymous member structs or unions which only
contain such empty class types, pending standard wording defining exactly what
an empty class type is.

llvm-svn: 150157
2012-02-09 06:40:58 +00:00
clang DR1359: A constexpr constructor does not need to initialize an empty struct or 2012-02-09 06:40:58 +00:00
compiler-rt [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. rt part 2012-02-08 21:33:27 +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 up narrowing conversions in switch statement. 2012-02-08 19:15:06 +00:00
libcxxabi __gxx_personality_v0 and __cxa_call_unexpected are complete on darwin and I *think* linux (not positive), but still unimplemented on arm. 2012-02-03 20:53:52 +00:00
lld Add support for UndefinedAtom in yaml and native format. Add test cases with undefined atoms 2012-02-07 02:59:54 +00:00
lldb First pass at mach-o core file support is in. It currently works for x86_64 2012-02-09 06:16:32 +00:00
llvm Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge. 2012-02-09 05:59:36 +00:00
polly RegisterPasses: Make sure to always execute the SCoPInfo pass 2012-02-06 14:53:51 +00:00