This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 945869ef7b [test] Enable clang-func-mapping as a test dep with the analyzer new dd94e045be DR1113: anonymous namespaces formally give their contents in [...]
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/AST/Decl.cpp | 12 ++++++------ lib/AST/ItaniumMangle.cpp | 8 +++++++- test/CXX/basic/basic.link/p8.cpp | 7 +++++++ test/CXX/drs/dr11xx.cpp | 30 ++++++++++++++++++++++++++++++ test/CodeGenCXX/anonymous-namespaces.cpp | 9 ++++++++- test/SemaCXX/linkage2.cpp | 5 +++-- test/SemaCXX/undefined-internal.cpp | 8 ++++++++ 7 files changed, 69 insertions(+), 10 deletions(-) create mode 100644 test/CXX/drs/dr11xx.cpp