[all-commits] [llvm/llvm-project] 082439: [clang][NFC] Refactor bit-fields in `ObjCAtTryStmt`
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Feb 11 05:40:49 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 082439c33fa76ad4df267600472695d24ad53821
https://github.com/llvm/llvm-project/commit/082439c33fa76ad4df267600472695d24ad53821
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M clang/include/clang/AST/StmtObjC.h
Log Message:
-----------
[clang][NFC] Refactor bit-fields in `ObjCAtTryStmt`
Make all bit-fields of type `unsigned`, which reduces amoung of padding on Microsoft ABI, resulting in potentially lesser size of the object.
More information about the All-commits
mailing list