This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e1c16d [codeview] Add missing test from r273294 new 41bcea9 [codeview] Improve names of types in scopes and member function ids
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 | 171 ++++++++++++++++++++---------- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 15 ++- test/DebugInfo/COFF/scopes.ll | 143 +++++++++++++++++++++++++ test/DebugInfo/COFF/types-calling-conv.ll | 4 +- test/DebugInfo/COFF/types-data-members.ll | 8 +- 5 files changed, 275 insertions(+), 66 deletions(-) create mode 100644 test/DebugInfo/COFF/scopes.ll