Go to file
Evgeniy Stepanov 0bb7577d89 [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts.
This change moves everything depending on kernel headers (mostly ioctl types
and ids) into a separate source file. This will reduce the possibility of
header conflict on various platforms (most importantly, older glibc versions).

This change also removes 2 deprecated ioctls, and symbolic ids for other bunch
of ambiguous ioctls (i.e. same id is shared by ioctls with different memory
behavior).

llvm-svn: 188369
2013-08-14 13:34:14 +00:00
clang [tests] Ensure subsitution string is ascii. 2013-08-14 05:05:39 +00:00
clang-tools-extra \param is not for referring to arguments. 2013-08-14 10:21:47 +00:00
compiler-rt [sanitizer] Split platform_limits_posix into system- and kernel-dependent parts. 2013-08-14 13:34:14 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Add intN vloadN() implementations for address spaces 3 and 4 2013-08-12 14:42:51 +00:00
libcxx Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) 2013-08-13 23:54:12 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld [PECOFF] Handle "--" option explicitly 2013-08-13 21:44:44 +00:00
lldb <rdar://problem/14717184> 2013-08-13 21:32:34 +00:00
llvm Fix a really terrifying but improbable bug in mem2reg. If you have seen 2013-08-14 08:56:41 +00:00
polly [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 21:54:36 +00:00