Go to file
Matt Beaumont-Gay 9d570c438c Suppress -Warray-bounds in certain cases involving macros from system headers.
The motivation here is a "clever" implementation of strncmp(), which peels the first few comparisons via chained conditional expressions which ensure that the input arrays are known at compile time to be sufficiently large.

llvm-svn: 146430
2011-12-12 22:35:02 +00:00
clang Suppress -Warray-bounds in certain cases involving macros from system headers. 2011-12-12 22:35:02 +00:00
compiler-rt [asan] fix asan-rt interceptors on Snow Leopard. Patch by glider@google.com 2011-12-09 18:18:54 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx As an extension, support incomplete types in the unordered containers to match what we already do in the associative containers. 2011-12-12 17:26:24 +00:00
libcxxabi Made some minor tweaks to __cxa_rethrow 2011-12-12 19:11:42 +00:00
lldb Rename some test methods, with no functionality change. 2011-12-12 22:26:27 +00:00
llvm Fixed register allocator splitting a live range on a spilling variable. 2011-12-12 22:16:27 +00:00
polly Upgrade to CLooG 0.17.0 2011-12-12 14:52:31 +00:00