zahiraam wrote:
> I'd like tests to cover the MSVC syntax equivalent, because the special > casing here feels really ugly - the behaviour here implies that there should > be something related to natural alignment vs packing in the MSVC record > layout. when you say "there should be something related to natural alignment vs packing in the MSVC record layout" - do you mean there's an existing API/mechanism in MSVC's record layout code that I should be using? Or that I should structure this differently (e.g., extract to a helper method)? Or is this comment strictly related to the test (that I fixed)? https://github.com/llvm/llvm-project/pull/208256 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
