================
@@ -163,9 +163,27 @@ void FactsGenerator::VisitCXXMemberCallExpr(const CXXMemberCallExpr *MCE) {
}
}
+static bool isStdMove(const FunctionDecl *FD) {
----------------
usx95 wrote:
Makes sense and SGTM.
https://github.com/llvm/llvm-project/pull/170007