Szelethus accepted this revision. Szelethus added a comment. This revision is now accepted and ready to land.
Woohoo! Thanks! ================ Comment at: lib/StaticAnalyzer/Checkers/MoveChecker.cpp:515-516 // class in which the encountered method defined. while (const auto *BR = dyn_cast<CXXBaseObjectRegion>(ThisRegion)) ThisRegion = BR->getSuperRegion(); ---------------- How about `MemRegion::getMostDerivedObjectRegion()`? @baloghadamsoftware recently commited it, Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55387/new/ https://reviews.llvm.org/D55387 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits