[all-commits] [llvm/llvm-project] 75ebcb: [Clang][Sema] Revert changes to operator= lookup i...
Krystian Stasiowski via All-commits
all-commits at lists.llvm.org
Thu May 9 13:35:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75ebcbf24abb2e5b045ec920bc86f667516e4cc6
https://github.com/llvm/llvm-project/commit/75ebcbf24abb2e5b045ec920bc86f667516e4cc6
Author: Krystian Stasiowski <sdkrystian at gmail.com>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M clang/lib/Sema/SemaExprMember.cpp
M clang/lib/Sema/SemaLookup.cpp
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/p4.cpp
Log Message:
-----------
[Clang][Sema] Revert changes to operator= lookup in templated classes from #91498, #90999, and #90152 (#91620)
This reverts changes in #91498, #90999, and #90152 which make
`operator=` dependent whenever the current class is templated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list