Skip to content

Commit ffeb793

Browse files
authored
[clang][analyzer][docs] Fix documentation of checker 'StackAddrAsyncEscape' (NFC) (#108586)
The checker was indicated as a 'C' language checker but is only applicable to 'ObjC' code.
1 parent ff1de24 commit ffeb793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/analyzer/checkers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,8 +2571,8 @@ with the `offsetof` macro.
25712571
25722572
.. _alpha-core-StackAddressAsyncEscape:
25732573
2574-
alpha.core.StackAddressAsyncEscape (C)
2575-
""""""""""""""""""""""""""""""""""""""
2574+
alpha.core.StackAddressAsyncEscape (ObjC)
2575+
"""""""""""""""""""""""""""""""""""""""""
25762576
Check that addresses to stack memory do not escape the function that involves dispatch_after or dispatch_async.
25772577
This checker is a part of ``core.StackAddressEscape``, but is temporarily disabled until some false positives are fixed.
25782578

0 commit comments

Comments
 (0)