[libcxx-commits] [PATCH] D120509: [libc++] Make sure cals to std::move are always qualified.

Reid Kleckner via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 24 14:05:13 PST 2022


rnk added a comment.

In D120509#3343930 <https://reviews.llvm.org/D120509#3343930>, @philnik wrote:

> Where has `-Wunqualified-std-cast-call` been added?

It is now part of clang's default warning set, so the latest version of clang warns on these calls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120509



More information about the libcxx-commits mailing list