[all-commits] [llvm/llvm-project] f3390f: [EquivClasses] Fix signature of copy-assignment op...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sat Mar 8 01:39:09 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3390fca034d2762f87ac8057078d6e9661305ce
https://github.com/llvm/llvm-project/commit/f3390fca034d2762f87ac8057078d6e9661305ce
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-03-08 (Sat, 08 Mar 2025)
Changed paths:
M llvm/include/llvm/ADT/EquivalenceClasses.h
M llvm/unittests/ADT/EquivalenceClassesTest.cpp
Log Message:
-----------
[EquivClasses] Fix signature of copy-assignment operator (#130140)
The current signature is unusual, and deviates from the C++ operator
overloading spec.
https://en.cppreference.com/w/cpp/language/copy_assignment
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