Go to file
David Majnemer 27db35878d AST: Incomplete types might be zero sized
Comparing the address of an object with an incomplete type might return
true with a 'distinct' object if the former has a size of zero.
However, such an object should compare unequal with null.

llvm-svn: 224040
2014-12-11 19:36:24 +00:00
clang AST: Incomplete types might be zero sized 2014-12-11 19:36:24 +00:00
clang-tools-extra Update to match clang r223913. 2014-12-10 03:10:06 +00:00
compiler-rt [Sanitizer] Don't modify mmap_limit_mb flag in runtime. 2014-12-11 18:45:24 +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 Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx Add an XFAIL for Newlib's missing uchar.h 2014-12-11 19:11:39 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld ELF/AArch64: Add a test for R_AARCH64_ABS32 2014-12-11 12:37:35 +00:00
lldb Removed the assertion that we can find any named 2014-12-11 19:33:57 +00:00
llgo Optimize comparisons to empty string. 2014-12-09 01:02:12 +00:00
llvm [Hexagon] Renaming classes in preparation for replacement. 2014-12-11 19:01:28 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Do not run dead code elimination by default 2014-12-10 21:12:23 +00:00