[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cfe-commits
Subject:    Re: [PATCH] D11298: Convert a few classes over to use the new TrailingObjects helper.
From:       Reid Kleckner <rnk () google ! com>
Date:       2015-08-03 16:55:59
Message-ID: d4d31e2fdc1732a41fadf4647ea5eb5d () localhost ! localdomain
[Download RAW message or body]

rnk added a comment.

I'd rather hold of on stamping this and let Richard look at it, since it changes AST pretty heavily.


================
Comment at: include/clang/AST/DeclTemplate.h:146
@@ -140,1 +145,3 @@
+template <size_t N> class FixedSizeTemplateParameterListStorage {
+  char Mem[TemplateParameterList::totalSizeToAlloc<NamedDecl *>(N)];
 
----------------
Won't this reduce the alignment of this structure to 1?


http://reviews.llvm.org/D11298




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic