This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccb3bb9 [sanitizers] Disable target-specific lowering of string functions. new 5ee364f [codeview] Emit non-virtual method type.
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 353 ++++++++++++++++++----- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 44 ++- test/DebugInfo/COFF/types-basic.ll | 44 ++- test/DebugInfo/COFF/types-calling-conv.ll | 53 ++-- test/DebugInfo/COFF/types-data-members.ll | 22 +- test/DebugInfo/COFF/types-non-virtual-methods.ll | 295 +++++++++++++++++++ test/DebugInfo/COFF/types-ptr-to-member.ll | 10 +- 7 files changed, 665 insertions(+), 156 deletions(-) create mode 100644 test/DebugInfo/COFF/types-non-virtual-methods.ll