This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1b599a5f36 Revert "[Modules] Prevent #import to reenter header if not b [...] new 4e37891c39 PR34163: Don't cache an incorrect key function for a class i [...]
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/Decl.h | 3 +-- lib/AST/DeclCXX.cpp | 5 +++-- lib/Parse/ParseCXXInlineMethods.cpp | 23 +++++------------------ lib/Sema/SemaDecl.cpp | 5 +++-- lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 ++ test/CodeGenCXX/pr34163.cpp | 13 +++++++++++++ test/SemaCUDA/function-overload.cu | 2 +- test/SemaCUDA/no-destructor-overload.cu | 10 +++++----- 8 files changed, 33 insertions(+), 30 deletions(-) create mode 100644 test/CodeGenCXX/pr34163.cpp