Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clangparser: provide alignment info for members
Unlike DWARF, the Clang AST is capable of correctly calculating the alignment for each member. If we do this then AlignmentCalc doesn't traverse into the member to attempt to calculate the alignment. This check might be wrong if the field has explicit alignment. That case can be covered when we have proper integration testing and a repro. Test plan: - Without this lots of static asserts occur. With this it's okay.
- Loading branch information