]> granicus.if.org Git - clang/commit
Set alignment on static function level decls and VLAs. Fixes PR5060.
authorAnders Carlsson <andersca@mac.com>
Sat, 26 Sep 2009 18:16:06 +0000 (18:16 +0000)
committerAnders Carlsson <andersca@mac.com>
Sat, 26 Sep 2009 18:16:06 +0000 (18:16 +0000)
commit41f8a13ac7fa734faef2d8a36feebc3c9a1eed77
tree2b99b543b81f0e61d911aeb0b373d7802e774361
parent022a1253c021aaa03fa7d65b04f237da9613f8fd
Set alignment on static function level decls and VLAs. Fixes PR5060.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82868 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDecl.cpp
test/CodeGen/PR5060-align.c [new file with mode: 0644]