================
@@ -689,6 +690,12 @@ static bool isSafeArraySubscript(const ArraySubscriptExpr
&Node,
return false;
}
+ if (IgnoreStaticSizedArrays) {
----------------
fmayer wrote:please leave a comment and add a test for this https://github.com/llvm/llvm-project/pull/176466 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
