[all-commits] [llvm/llvm-project] 41892f: [CLANG-CL] ignores Wpadded (#134426)
Theo de Magalhaes via All-commits
all-commits at lists.llvm.org
Mon Apr 14 14:18:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41892fc4353d2dd705666783d799e79748467ed8
https://github.com/llvm/llvm-project/commit/41892fc4353d2dd705666783d799e79748467ed8
Author: Theo de Magalhaes <theo.de-magalhaes at epita.fr>
Date: 2025-04-14 (Mon, 14 Apr 2025)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/AST/RecordLayoutBuilder.cpp
A clang/test/SemaCXX/windows-Wpadded-bitfield.cpp
A clang/test/SemaCXX/windows-Wpadded.cpp
Log Message:
-----------
[CLANG-CL] ignores Wpadded (#134426)
[clang] add support for -Wpadded on Windows
Implements the -Wpadded warning for --target=x86_64-windows-msvc etc.
Fixes #61702 .
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