]> granicus.if.org Git - clang/commit
PR19278: Align ASTTemplateArgumentListInfo to match its following dynamic array
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Mar 2014 23:32:39 +0000 (23:32 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Mar 2014 23:32:39 +0000 (23:32 +0000)
commited699a2323ef722d56fa89e6ffcdcfe62308b56d
tree94e702fd02c103771e887c3bd4082ba6577a8bc0
parentef4f03bb236f1525318d9c37933cc09c38021509
PR19278: Align ASTTemplateArgumentListInfo to match its following dynamic array
of TemplateArgumentLocs. 'uint64_t' has higher alignment requirements than a
pointer on some platforms.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205068 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateBase.h
lib/AST/TemplateBase.cpp