This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 253065ecad [PR32482] Fix bitfield layout for -mms-bitfield and pragma pack new 158255398c PR36181: Teach CodeGen to properly ignore requests to emit d [...]
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: include/clang/AST/DeclBase.h | 4 ++++ lib/AST/DeclBase.cpp | 13 +++++++++++++ lib/CodeGen/CodeGenModule.cpp | 18 +----------------- test/CodeGenCXX/microsoft-abi-emit-dependent.cpp | 11 +++++++++++ 4 files changed, 29 insertions(+), 17 deletions(-) create mode 100644 test/CodeGenCXX/microsoft-abi-emit-dependent.cpp