================
@@ -689,6 +690,12 @@ static bool isSafeArraySubscript(const ArraySubscriptExpr
&Node,
return false;
}
+ if (IgnoreStaticSizedArrays) {
----------------
fmayer wrote:it seems like we also ignore stringliteral accesses? i am not sure that's what we want? https://github.com/llvm/llvm-project/pull/176466 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
