llvm-project
ee994750 - [clang] Fix bitfield access unit for vbase corner case (#87238)

Commit
1 year ago
[clang] Fix bitfield access unit for vbase corner case (#87238) This fixes #87227, a vbase can be placed below nvsize when empty members and/or bases are in play. We must account for that.
Author
Parents
  • clang
    • lib/CodeGen
      • File
        CGRecordLayoutBuilder.cpp
    • test/CodeGenCXX
      • File
        bitfield-access-tail.cpp