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/docs/analyzer/checkers.rst
+2
Original file line number
Diff line number
Diff line change
@@ -2538,6 +2538,8 @@ We also define a set of safe transformations which if passed a safe value as an
2538
2538
- casts
2539
2539
- unary operators like ``&`` or ``*``
2540
2540
2541
+
.. _alpha-webkit-UncountedLocalVarsChecker:
2542
+
2541
2543
alpha.webkit.UncountedLocalVarsChecker
2542
2544
""""""""""""""""""""""""""""""""""""""
2543
2545
The goal of this rule is to make sure that any uncounted local variable is backed by a ref-counted object with lifetime that is strictly larger than the scope of the uncounted local variable. To be on the safe side we require the scope of an uncounted variable to be embedded in the scope of ref-counted object that backs it.
0 commit comments