[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.
This commit is contained in:
Balázs Kéri 2024-09-13 17:51:28 +02:00 committed by GitHub
parent ff1de24a16
commit ffeb793f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2571,8 +2571,8 @@ with the `offsetof` macro.
.. _alpha-core-StackAddressAsyncEscape:
alpha.core.StackAddressAsyncEscape (C)
""""""""""""""""""""""""""""""""""""""
alpha.core.StackAddressAsyncEscape (ObjC)
"""""""""""""""""""""""""""""""""""""""""
Check that addresses to stack memory do not escape the function that involves dispatch_after or dispatch_async.
This checker is a part of ``core.StackAddressEscape``, but is temporarily disabled until some false positives are fixed.