[all-commits] [llvm/llvm-project] e3f684: [clang][NFC] Refactor bit-fields in `DefaultedFunc...
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Feb 11 06:27:54 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e3f684d86b308bc2576d813aad1a230aa6b295ab
https://github.com/llvm/llvm-project/commit/e3f684d86b308bc2576d813aad1a230aa6b295ab
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M clang/include/clang/Sema/Sema.h
Log Message:
-----------
[clang][NFC] Refactor bit-fields in `DefaultedFunctionKind`
This patch makes all bit-fields in `DefaultedFunctionKind` of type `unsigned`, which brings `sizeof(DefaultedFunctionKind)` down from 8 to 4 when compiling Clang for Microsoft ABI.
More information about the All-commits
mailing list