This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 85ba0ebee1 Disallow pointers to const in __sync_fetch_and_xxx. new 87b40e16d7 Non-zero-length bit-fields make a class non-empty. new 200dbaaec0 Remove now-unnecessary check for non-zero nvsize in addition [...]
The 2 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: docs/ReleaseNotes.rst | 9 +++++++++ lib/AST/DeclCXX.cpp | 22 +++++++++++++--------- lib/AST/RecordLayoutBuilder.cpp | 4 ++-- test/Layout/ms-x86-pack-and-align.cpp | 24 ++++++++++++------------ test/Layout/v6-empty.cpp | 20 ++++++++++++++++++++ test/SemaCXX/type-traits.cpp | 2 ++ 6 files changed, 58 insertions(+), 23 deletions(-) create mode 100644 test/Layout/v6-empty.cpp