llvm-project
d457100a - [Clang] Fix -Wunused-private-field false negative with defaulted comparison operators (#116871)

Commit
1 year ago
[Clang] Fix -Wunused-private-field false negative with defaulted comparison operators (#116871) Fix -Wunused-private-field incorrectly suppressing warnings for friend defaulted comparison operators. The warning should only be suppressed when the defaulted comparison is a class member function. Fixes #116270
Author
Parents
Loading