[PATCH] D95726: clang-tidy: modernize-use-nullptr mistakenly fixes rewritten spaceship operator comparisons - hasGrandparent version

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 30 09:04:04 PST 2021


njames93 requested changes to this revision.
njames93 added a comment.
This revision now requires changes to proceed.

Not a fan of this approach, as pointed out in D95714 <https://reviews.llvm.org/D95714> the `hasGrandparent` functionality can be achieved by chaining `hasParent` calls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95726



More information about the cfe-commits mailing list