This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8503d69 Revert "Add -fdiagnostics-show-hotness" new 48ccf5d Update Clang for D20147 ("DebugInfo: New metadata representat [...] new 3fdacc1 Fix interaction between serialization and c++1z feature.
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 | 16 ++++--- lib/CodeGen/CGDebugInfo.h | 4 +- lib/CodeGen/CGExpr.cpp | 4 +- lib/CodeGen/CodeGenFunction.cpp | 4 +- lib/CodeGen/CodeGenFunction.h | 2 +- lib/Serialization/ASTReaderDecl.cpp | 2 +- test/CodeGen/2009-10-20-GlobalDebug.c | 14 +++--- test/CodeGen/2010-08-10-DbgConstant.c | 3 +- test/CodeGen/debug-info-packed-struct.c | 4 +- test/CodeGen/debug-info-static.c | 4 +- test/CodeGenCXX/debug-info-access.cpp | 2 +- test/CodeGenCXX/debug-info-alias.cpp | 5 ++- test/CodeGenCXX/debug-info-anon-namespace.cpp | 3 +- test/CodeGenCXX/debug-info-anon-union-vars.cpp | 2 +- test/CodeGenCXX/debug-info-cxx1y.cpp | 6 +-- test/CodeGenCXX/debug-info-method.cpp | 2 +- test/CodeGenCXX/debug-info-ms-abi.cpp | 8 ++-- test/CodeGenCXX/debug-info-ms-anonymous-tag.cpp | 3 +- test/CodeGenCXX/debug-info-ms-ptr-to-member.cpp | 3 +- test/CodeGenCXX/debug-info-ms-vbase.cpp | 50 +++++++++++----------- test/CodeGenCXX/debug-info-namespace.cpp | 4 +- test/CodeGenCXX/debug-info-static-member.cpp | 27 +++++++----- ...debug-info-template-explicit-specialization.cpp | 7 +-- test/CodeGenCXX/debug-info-template-member.cpp | 7 +-- test/CodeGenCXX/debug-info-template.cpp | 17 ++++---- test/CodeGenCXX/debug-info-uuid.cpp | 28 ++++++------ test/CodeGenCXX/debug-info.cpp | 5 ++- test/CodeGenCXX/debug-lambda-expressions.cpp | 10 +++-- test/CodeGenCXX/inline-dllexport-member.cpp | 7 +-- test/Driver/darwin-debug-flags.c | 2 +- test/Modules/ExtDebugInfo.cpp | 19 ++++---- test/Modules/ExtDebugInfo.m | 20 ++++----- test/Modules/Inputs/static_assert/a.h | 3 ++ .../module.map => static_assert/module.modulemap} | 0 test/Modules/static_assert.cpp | 8 ++++ 35 files changed, 170 insertions(+), 135 deletions(-) create mode 100644 test/Modules/Inputs/static_assert/a.h copy test/Modules/Inputs/{include-relative/module.map => static_assert/module.modu [...] create mode 100644 test/Modules/static_assert.cpp