[all-commits] [llvm/llvm-project] 1d6bf0: [clang][NFC] Remove class layout scissor (#89055)
Nathan Sidwell via All-commits
all-commits at lists.llvm.org
Sun May 12 06:45:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d6bf0ca29322b08e8b50681d440e7182441b025
https://github.com/llvm/llvm-project/commit/1d6bf0ca29322b08e8b50681d440e7182441b025
Author: Nathan Sidwell <nathan at acm.org>
Date: 2024-05-12 (Sun, 12 May 2024)
Changed paths:
M clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
Log Message:
-----------
[clang][NFC] Remove class layout scissor (#89055)
PR #87090 amended `accumulateBitfields` to do the correct clipping. The scissor is no longer necessary and `checkBitfieldClipping` can compute its location directly when needed.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list