This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a7a8811868 [coroutines] Fix handling of dependent co_await in StmtProfiler. new cd5b56f4cc Improve support of PDB as an external layout source
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/AST/RecordLayoutBuilder.cpp | 42 ++++++++++------------ .../override-layout-nameless-struct-union.layout | 16 +++++++++ .../Inputs/override-layout-packed-base.layout | 18 ++++++++++ .../override-layout-nameless-struct-union.cpp | 33 +++++++++++++++++ test/CodeGenCXX/override-layout-packed-base.cpp | 26 ++++++++++++++ 5 files changed, 112 insertions(+), 23 deletions(-) create mode 100644 test/CodeGenCXX/Inputs/override-layout-nameless-struct-union.layout create mode 100644 test/CodeGenCXX/Inputs/override-layout-packed-base.layout create mode 100644 test/CodeGenCXX/override-layout-nameless-struct-union.cpp create mode 100644 test/CodeGenCXX/override-layout-packed-base.cpp