You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/pro-bounds-avoid-unchecked-container-access.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ and
25
25
26
26
will generate a warning.
27
27
28
-
STL containers for which operator[] is well-defined for all inputs are excluded from this check (e.g.: std::map::operator[]).
28
+
STL containers for which operator[] is well-defined for all inputs are excluded
0 commit comments