AST: Respect alignment attributes on typedef'd arrays
When instantiating an array that has an alignment attribute on it, we were looking through the array type and only considering the element type for the resulting alignment. We need to make sure we take the array's requirements into account too. llvm-svn: 206317
Loading
Please sign in to comment