This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0f26c6c Use the same type for adjacent bit field members. new c790970 [CodeView] Implement support for bitfields in Clang new 9f075b7 [MS ABI] Pick an inheritance model if we resolve an overload set
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: lib/CodeGen/CGDebugInfo.cpp | 89 ++++++++++++++++++----------- lib/CodeGen/CGDebugInfo.h | 11 +++- lib/Sema/SemaOverload.cpp | 3 + test/CodeGen/debug-info-packed-struct.c | 8 +-- test/CodeGenCXX/debug-info-ms-bitfields.cpp | 10 ++++ test/CodeGenCXX/pr28360.cpp | 16 ++++++ 6 files changed, 96 insertions(+), 41 deletions(-) create mode 100644 test/CodeGenCXX/debug-info-ms-bitfields.cpp create mode 100644 test/CodeGenCXX/pr28360.cpp