Go to file
Pete Cooper b9a9d7163f Avoid memcpy from nullptr. NFC.
This was caught by the UBSan bot.  When the atom has no size, we would
issue a memcpy with size0 and a nullptr for the source.

Also, this code should never have references inside an empty atom so
add an assert for that while we're here.

llvm-svn: 264115
2016-03-22 22:59:35 +00:00
clang [CUDA] Don't allow templated variadic functions. 2016-03-22 22:06:19 +00:00
clang-tools-extra [clang-tidy] Fix broken test with redundant string init (msvc). 2016-03-22 18:21:17 +00:00
compiler-rt Test commit to verify repository access and fix a typo. 2016-03-22 22:32:03 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Missing ATOMIC_*_LOCK_FREE tests 2016-03-18 17:48:58 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Avoid memcpy from nullptr. NFC. 2016-03-22 22:59:35 +00:00
lldb Reverted a change in r264074 that made lldb-mi use lldb_private APIs. 2016-03-22 22:42:42 +00:00
llgo [llgo] Roll gofrontend forward 2016-03-15 05:36:43 +00:00
llvm Typo 2016-03-22 22:24:52 +00:00
openmp [OMPT] Make tests require OMPT_BLAME 2016-03-22 08:23:24 +00:00
polly Invalidate scop on encountering a complex control flow 2016-03-22 22:05:32 +00:00