================
@@ -1318,6 +1319,88 @@ static bool isSupportedVariable(const DeclRefExpr &Node)
{
return D != nullptr && isa<VarDecl>(D);
}
+static bool isUniquePtrArray(const CXXRecordDecl *RecordDecl) {
----------------
fmayer wrote:
optional: add comment that explains this is `std::unique_ptr<T[]>`
https://github.com/llvm/llvm-project/pull/156773
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits