]> granicus.if.org Git - clang/commit
[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
authorWarren Hunt <whunt@google.com>
Sat, 22 Feb 2014 00:40:37 +0000 (00:40 +0000)
committerWarren Hunt <whunt@google.com>
Sat, 22 Feb 2014 00:40:37 +0000 (00:40 +0000)
commit26d016d3014eb6987d2cf19180a2c73d153f7bcd
tree300e5253cba5534cbd0ffbfe697f8cece6f47768
parent9fd9fdd45a30d3be9210952f6bda82e420347507
[MS-ABI] Fix MSRecordLayout to handel MultiDimensionalArrays
A recent change caused multi-dimensional arrays not to be handled
correctly, this patch fixes that.  Also, it adds a lit test for
multi-dimensional arrays.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201917 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/RecordLayoutBuilder.cpp
test/Layout/ms-x86-basic-layout.cpp