Go to file
Richard Smith 3275813d35 Stop using SFINAE to detect whether a derived-class override of Traverse* can
take a queue; some supported versions of GCC believe that this substitution
failure is an error. Instead, use a partial specialization to detect the type
of a pointer to the corresponding member. This is less general, but good enough
for our uses.

llvm-svn: 254083
2015-11-25 19:33:20 +00:00
clang Stop using SFINAE to detect whether a derived-class override of Traverse* can 2015-11-25 19:33:20 +00:00
clang-tools-extra Fix problem with Clang-tidy parallel configure build. 2015-11-25 19:16:34 +00:00
compiler-rt [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as the other darwin builtin libraries. 2015-11-25 19:32:32 +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 integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differently on different C libraries. 2015-11-25 01:06:36 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld [ELF] - R_386_COPY relocation implemented (x86) 2015-11-25 11:27:40 +00:00
lldb Be *stupider* about what constitutes a supported language binding. 2015-11-25 17:49:47 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm [PGO] Regroup functions in better order (NFC) 2015-11-25 19:13:00 +00:00
openmp Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
polly ScopInfo: Add support for delinearizing fortran arrays 2015-11-24 17:06:38 +00:00