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

Reply via email to