This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e5dd68a580 [clang-format] Add a test case for crash new 8fff739f77 [CodeView] Enable debugging of captured variables within C++ [...]
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/CGDebugInfo.cpp | 62 +++++++++----- test/CodeGen/debug-info-codeview-unnamed.c | 30 +++++++ test/CodeGenCXX/debug-info-codeview-unnamed.cpp | 108 ++++++++++++++++++++++++ 3 files changed, 181 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/debug-info-codeview-unnamed.c create mode 100644 test/CodeGenCXX/debug-info-codeview-unnamed.cpp