[all-commits] [llvm/llvm-project] ec273d: Add a warning for not packing non-POD members in p...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Oct 26 15:19:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ec273d3e3a8c3bcb2cf98f893f28bee5bf9b30af
https://github.com/llvm/llvm-project/commit/ec273d3e3a8c3bcb2cf98f893f28bee5bf9b30af
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/lib/AST/RecordLayoutBuilder.cpp
M clang/test/CodeGenCXX/warn-padded-packed.cpp
Log Message:
-----------
Add a warning for not packing non-POD members in packed structs
Differential Revision: https://reviews.llvm.org/D118511
More information about the All-commits
mailing list