We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1de24 commit ffeb793Copy full SHA for ffeb793
clang/docs/analyzer/checkers.rst
@@ -2571,8 +2571,8 @@ with the `offsetof` macro.
2571
2572
.. _alpha-core-StackAddressAsyncEscape:
2573
2574
-alpha.core.StackAddressAsyncEscape (C)
2575
-""""""""""""""""""""""""""""""""""""""
+alpha.core.StackAddressAsyncEscape (ObjC)
+"""""""""""""""""""""""""""""""""""""""""
2576
Check that addresses to stack memory do not escape the function that involves dispatch_after or dispatch_async.
2577
This checker is a part of ``core.StackAddressEscape``, but is temporarily disabled until some false positives are fixed.
2578
0 commit comments