https://github.com/balazske created 
https://github.com/llvm/llvm-project/pull/108586

The checker was indicated as a 'C' language checker but is only applicable to 
'ObjC' code.

From 620a17fca9e6c011099e223cb965cd4bcc8f413a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bal=C3=A1zs=20K=C3=A9ri?= <balazs.k...@ericsson.com>
Date: Fri, 13 Sep 2024 17:24:26 +0200
Subject: [PATCH] [clang][analyzer] Fix documentation of checker
 'StackAddrAsyncEscape' (NFC)

The checker was indicated as a 'C' language checker but is only applicable
to 'ObjC' code.
---
 clang/docs/analyzer/checkers.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst
index 847bf4baf74887..c124fefc786114 100644
--- a/clang/docs/analyzer/checkers.rst
+++ b/clang/docs/analyzer/checkers.rst
@@ -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.
 

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to