From 6afe0354048f350442708eff0875101fe6f2bf44 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 4 Mar 2022 07:21:04 -0500 Subject: [PATCH] Revert "[analyzer] Done some changes to detect Uninitialized read by the char array manipulation functions" This reverts commit 9c300c18a4eaf79eb7044744bbdb705764579220. This broke the sphinx bot and seems like an unintentional commit. --- clang/docs/analyzer/checkers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst index a9ebe063c6c8..bc42b80d166c 100644 --- a/clang/docs/analyzer/checkers.rst +++ b/clang/docs/analyzer/checkers.rst @@ -2650,6 +2650,7 @@ Limitations: - Due to limitations of the memory modeling in the analyzer, one can likely observe a lot of false-positive reports like this: + .. code-block:: c void false_positive() { -- GitLab