]> granicus.if.org Git - clang/commit
PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 9 Jan 2014 03:29:54 +0000 (03:29 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 9 Jan 2014 03:29:54 +0000 (03:29 +0000)
commita1e0fb8c7be58a3ba019063641fac402e5514bbf
treee68c85cd9b0ce3ab013742e36c68cc225704eb13
parent87639c32ffaa9366ef5eef1006af34fc2cbd504b
PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash on
SPARC, where uint64_t apparently requires higher alignment than void*.

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