[all-commits] [llvm/llvm-project] d4f4b2: [clang] Fix sizeof of boolean vector
Mariya Podchishchaeva via All-commits
all-commits at lists.llvm.org
Thu Jan 26 07:58:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4f4b2fe21dddff023aeab775dd63b321e23f918
https://github.com/llvm/llvm-project/commit/d4f4b2fe21dddff023aeab775dd63b321e23f918
Author: Mariya Podchishchaeva <mariya.podchishchaeva at intel.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/test/SemaCXX/vector-bool.cpp
Log Message:
-----------
[clang] Fix sizeof of boolean vector
Ensure it is at least 8 bits.
Fixes #59801
Reviewed By: erichkeane
Differential Revision: https://reviews.llvm.org/D142550
More information about the All-commits
mailing list