Go to file
James Y Knight 64390b4238 Rewrite the TrailingObjects template to provide two new features:
- Automatic alignment of the base type for the alignment requirements
   of the trailing types.

 - Support for an arbitrary numbers of trailing types, instead of only
   1 or 2, by using a variadic template implementation.

Upcoming commits to clang will take advantage of both of these features.

Differential Revision: http://reviews.llvm.org/D12439

llvm-svn: 256054
2015-12-18 22:54:37 +00:00
clang Split RequireCompleteType into a function that actually requires that the type 2015-12-18 22:40:25 +00:00
clang-tools-extra Remove clang-modernize. 2015-12-17 11:49:19 +00:00
compiler-rt [UBSan] Implement runtime suppressions (PR25066). 2015-12-18 19:56:42 +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 AMDGPU: Add aliases for all VI targets 2015-12-15 18:37:04 +00:00
libcxx Fix type in tuple test. Sorry for the noise 2015-12-18 01:04:36 +00:00
libcxxabi [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of libgcc_eh.a 2015-12-14 22:20:04 +00:00
libunwind Replace cmake check for printf with a check for fopen. 2015-12-10 00:47:08 +00:00
lld [ELF] - implemented @indntpoff (x86) relocation and its optimization. 2015-12-17 09:32:21 +00:00
lldb __ne__ is the actual Python operator; __neq__ is a typo 2015-12-18 22:46:58 +00:00
llgo [llgo] Force exporting __morestack from llgoi 2015-11-27 04:46:46 +00:00
llvm Rewrite the TrailingObjects template to provide two new features: 2015-12-18 22:54:37 +00:00
openmp [STATS] Have CMake do real check for stats functionality 2015-12-18 16:19:35 +00:00
polly Fix of a comment. 2015-12-17 20:47:10 +00:00