]> granicus.if.org Git - clang/commit
Improve handling of alignof. alignof(VLA) now works properly for example.
authorChris Lattner <sabre@nondot.org>
Sat, 24 Jan 2009 21:09:06 +0000 (21:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 24 Jan 2009 21:09:06 +0000 (21:09 +0000)
commite9feb475d72ba50dc29cec62a8c47cae721065eb
treed9a6dfe4707151c4cbae019bec3971bcc9c1c187
parentcaae7b099a0324b7c15dc89a9b70969d5d7ce996
Improve handling of alignof.  alignof(VLA) now works properly for example.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62932 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprConstant.cpp