Skip to content

Conversation

NagyDonat
Copy link
Contributor

My recent commit a80c393 accidentally added a paragraph which does not belong to the new documentation of the checker security.VAList; this commit corrects this mistake.

My recent commit a80c393 accidentally
added a paragraph which does not belong to the new documentation of the
checker `security.VAList`; this commit corrects this mistake.
@llvmbot llvmbot added clang Clang issues not falling into any other category clang:static analyzer labels Sep 8, 2025
@llvmbot
Copy link
Member

llvmbot commented Sep 8, 2025

@llvm/pr-subscribers-clang-static-analyzer-1

@llvm/pr-subscribers-clang

Author: Donát Nagy (NagyDonat)

Changes

My recent commit a80c393 accidentally added a paragraph which does not belong to the new documentation of the checker security.VAList; this commit corrects this mistake.


Full diff: https://github.com/llvm/llvm-project/pull/157440.diff

1 Files Affected:

  • (modified) clang/docs/analyzer/checkers.rst (-5)
diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst
index 76bd80b82a4d6..15d7557ae6af9 100644
--- a/clang/docs/analyzer/checkers.rst
+++ b/clang/docs/analyzer/checkers.rst
@@ -1866,11 +1866,6 @@ security.VAList (C, C++)
 Reports use of uninitialized (or already released) ``va_list`` objects and
 situations where a ``va_start`` call is not followed by ``va_end``.
 
-Report out of bounds access to memory that is before the start or after the end
-of the accessed region (array, heap-allocated region, string literal etc.).
-This usually means incorrect indexing, but the checker also detects access via
-the operators ``*`` and ``->``.
-
 .. code-block:: c
 
  int test_use_after_release(int x, ...) {

@NagyDonat
Copy link
Contributor Author

As this patch is very trivial, I'll merge it without reviews when the CI succeeds.

@NagyDonat NagyDonat merged commit 5f7b9f6 into llvm:main Sep 8, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:static analyzer clang Clang issues not falling into any other category
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants