[clang] 6afe035 - Revert "[analyzer] Done some changes to detect Uninitialized read by the char array manipulation functions"

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 4 04:22:06 PST 2022


Author: Aaron Ballman
Date: 2022-03-04T07:21:52-05:00
New Revision: 6afe0354048f350442708eff0875101fe6f2bf44

URL: https://github.com/llvm/llvm-project/commit/6afe0354048f350442708eff0875101fe6f2bf44
DIFF: https://github.com/llvm/llvm-project/commit/6afe0354048f350442708eff0875101fe6f2bf44.diff

LOG: 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.

Added: 
    

Modified: 
    clang/docs/analyzer/checkers.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/analyzer/checkers.rst b/clang/docs/analyzer/checkers.rst
index a9ebe063c6c8b..bc42b80d166c7 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() {


        


More information about the cfe-commits mailing list