Go to file
Alp Toker 1bcdd6ae02 Silence g++ 4.9 build issue
lib/Support/ThreadLocal.cpp:53:15: error: typedef 'SIZE_TOO_BIG' locally defined but not used [-Werror=unused-local-typedefs]
   typedef int SIZE_TOO_BIG[sizeof(pthread_key_t) <= sizeof(data) ? 1 : -1];

Done the C++11 way, switching on and using LLVM_STATIC_ASSERT() instead of LLVM_ATTRIBUTE_UNUSED.

llvm-svn: 198255
2013-12-31 03:16:55 +00:00
clang Switch over more of the parser to err_expected 2013-12-30 23:29:50 +00:00
clang-tools-extra Make lit.site.cfg Py3-compatible. Copied from r188041. 2013-12-30 06:18:08 +00:00
compiler-rt Fix an ODR violation in the sanitizer runtimes. 2013-12-30 23:36:11 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Pass -fno-builtin flag to clang to silence warnings 2013-12-29 16:39:55 +00:00
libcxx Make cv_status a class enum. Fixes PR18314. Thanks to Andersca for the report and the patch. 2013-12-23 22:14:27 +00:00
libcxxabi Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwinding. 2013-12-18 17:53:55 +00:00
lld Simplify if ... return repetition. 2013-12-28 10:09:21 +00:00
lldb Fix a couple of memory leaks. 2013-12-29 20:18:15 +00:00
llvm Silence g++ 4.9 build issue 2013-12-31 03:16:55 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly www: Simplify css 2013-12-21 00:26:05 +00:00