This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b691ac6db3 [CUDA] Let device-side shared variables be initialized with undef new b75b68b657 Add helper to determine if a field is a zero-length bitfield. new d2a393063c Add -fclang-abi-compat=6 flag for upcoming ABI changes. new e24a51cdce Temporarily revert r328404:
The 3 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/Decl.h | 5 ++ include/clang/Basic/LangOptions.h | 7 ++ lib/AST/Decl.cpp | 5 ++ lib/AST/DeclCXX.cpp | 5 +- lib/AST/ODRHash.cpp | 18 ----- lib/CodeGen/CGCall.cpp | 6 +- lib/CodeGen/CGRecordLayoutBuilder.cpp | 11 ++- lib/CodeGen/TargetInfo.cpp | 4 +- lib/Frontend/CompilerInvocation.cpp | 2 + lib/Sema/SemaDecl.cpp | 4 +- lib/Sema/SemaDeclCXX.cpp | 6 +- test/Modules/odr_hash.cpp | 122 ---------------------------------- 12 files changed, 34 insertions(+), 161 deletions(-)