================ @@ -1318,6 +1319,88 @@ static bool isSupportedVariable(const DeclRefExpr &Node) { return D != nullptr && isa<VarDecl>(D); } +static bool isUniquePtrArray(const CXXRecordDecl *RecordDecl) { ---------------- shreya-jain wrote: Added https://github.com/llvm/llvm-project/pull/156773