[PATCH] D104300: [analyzer] Handle `std::swap`

Valeriy Savchenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 15 08:21:07 PDT 2021


vsavchenko added a comment.

It looks like new functionality is VERY much like `handleSwap`, and we should definitely merge common parts.

Also, I think that commit title should be more specific than "Handle std::swap".  It should at least mention the checker.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104300



More information about the cfe-commits mailing list