This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8d78bb136c Issue diagnostics when returning FP values on x86_64 without SSE1/2 new 7c80de2a7f Module Debug Info: Emit namespaced C++ forward decls in the [...]
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 | 33 ++++++++++++++-------- lib/CodeGen/CGDebugInfo.h | 12 ++++++-- test/Modules/DebugInfoNamespace.cpp | 19 +++++++++++++ test/Modules/Inputs/DebugInfoNamespace/A.h | 3 ++ test/Modules/Inputs/DebugInfoNamespace/B.h | 3 ++ .../module.modulemap | 1 - 6 files changed, 57 insertions(+), 14 deletions(-) create mode 100644 test/Modules/DebugInfoNamespace.cpp create mode 100644 test/Modules/Inputs/DebugInfoNamespace/A.h create mode 100644 test/Modules/Inputs/DebugInfoNamespace/B.h copy test/Modules/Inputs/{PR26014 => DebugInfoNamespace}/module.modulemap (98%)