This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1e1ffe52e6 Remove the unused return value in ASTImporter::Imported [NFC] new 09aea98d00 Recommit "Support attribute used in member funcs of class te [...] new 3a174f1eb6 [Sema] Deduplicate some availability checking logic new 4af5ac01fa Add a __has_extension check for '#pragma clang attribute' as [...]
The 3 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/Basic/DiagnosticSemaKinds.td | 11 ++- include/clang/Basic/Features.def | 1 + include/clang/Sema/Sema.h | 8 -- lib/Sema/SemaExpr.cpp | 11 --- lib/Sema/SemaExprCXX.cpp | 6 +- lib/Sema/SemaInit.cpp | 4 +- lib/Sema/SemaOverload.cpp | 61 +++------------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 14 ++++ ...used-member-function-implicit-instantiation.cpp | 19 +++++ test/Parser/pragma-attribute-context.cpp | 4 + test/Sema/enable_if.c | 22 +++--- test/Sema/overloadable.c | 11 ++- test/SemaCXX/attr-unavailable.cpp | 85 +++++++++++++++------- test/SemaCXX/coroutines.cpp | 23 +++--- test/SemaObjCXX/overload.mm | 6 +- test/SemaTemplate/instantiate-expr-4.cpp | 4 +- 16 files changed, 149 insertions(+), 141 deletions(-) create mode 100644 test/CodeGenCXX/attr-used-member-function-implicit-instantiation.cpp