[all-commits] [llvm/llvm-project] 1503db: [clang][NFC] Refactor bit-fields in `RawComment`
Vlad Serebrennikov via All-commits
all-commits at lists.llvm.org
Sun Feb 11 05:29:43 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1503db86d65ee2bcc8ec1c2a5a4d00dea02aae0d
https://github.com/llvm/llvm-project/commit/1503db86d65ee2bcc8ec1c2a5a4d00dea02aae0d
Author: Vlad Serebrennikov <serebrennikov.vladislav at gmail.com>
Date: 2024-02-11 (Sun, 11 Feb 2024)
Changed paths:
M clang/include/clang/AST/RawCommentList.h
Log Message:
-----------
[clang][NFC] Refactor bit-fields in `RawComment`
Make them all of the same `unsigned` type, which brings `sizeof(RawComment)` down from 12 to 4 when compiling Clang for Microsoft ABI.
More information about the All-commits
mailing list