This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 066f684bed R13575: Fix USR mangling for function pointer types new aad768a1a5 [Modules TS] Avoid computing the linkage of the enclosing De [...]
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: include/clang/AST/DeclBase.h | 5 ++++- include/clang/Sema/Sema.h | 7 +++++-- lib/AST/Decl.cpp | 4 +++- test/Modules/anon-linkage.cpp | 12 ++++++++++++ 4 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 test/Modules/anon-linkage.cpp