[PATCH] D93981: Fix some compiler warnings

Sanjoy Das (Work Account) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 20:58:58 PST 2021


sanjoy.google added a comment.

In D93981#2476868 <https://reviews.llvm.org/D93981#2476868>, @mehdi_amini wrote:

> For `Wpessimizing-move` : is this a clang or gcc warning? I remember that they would give opposite interpretation in this case.

Wow, I'd have expected this to be decided by the C++ standard.  This is from GCC I believe.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93981/new/

https://reviews.llvm.org/D93981



More information about the llvm-commits mailing list