[clang] fixed clang frontend crash with friend class declaration and overload == (PR #133878)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 2 05:00:14 PDT 2025
================
@@ -355,6 +355,7 @@ Bug Fixes to Attribute Support
Bug Fixes to C++ Support
^^^^^^^^^^^^^^^^^^^^^^^^
+- Clang Now supports Implicitly-Defined Comparison Operators for Friend-Declarations
----------------
cor3ntin wrote:
```suggestion
- Clang now supports implicitly defined comparison operators for friend declarations. (#GH132249)
```
https://github.com/llvm/llvm-project/pull/133878
More information about the cfe-commits
mailing list