[llvm] r256054 - Rewrite the TrailingObjects template to provide two new features:

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 18:09:02 PST 2015


I believe that r256068 has in fact fixed it.

On Dec 18, 2015, at 6:52 PM, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> Looks like thin broke the windows build:
> 
> http://lab.llvm.org:8011/builders/lldb-x86-windows-msvc/builds/13669
> 
> On 18 December 2015 at 17:54, James Y Knight via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: jyknight
>> Date: Fri Dec 18 16:54:37 2015
>> New Revision: 256054
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=256054&view=rev
>> Log:
>> 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
>> 
>> Modified:
>>    llvm/trunk/include/llvm/Support/TrailingObjects.h
>>    llvm/trunk/unittests/Support/TrailingObjectsTest.cpp




More information about the llvm-commits mailing list