Sema: Make getPreferredTypeAlign respect alignments specified with an aligned...
Sema: Make getPreferredTypeAlign respect alignments specified with an aligned attribute on a typedef When calculating the preferred alignment of a type, consider if a alignment attribute came from a typedef declaration. If one did, do not naturally align the type. Patch by Stephan Tolksdorf, with a little tweaking and an additional testcase by me. llvm-svn: 202088
Loading
Please register or sign in to comment