[PATCH] D107756: [analyzer] Extend the documentation of MallocOverflow

Balázs Benics via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 26 06:49:47 PDT 2021


steakhal added a comment.

I'm not exactly sure what does the sphinx build bot complain about:

  Warning, treated as error:
  /home/buildbot/llvm-build-dir/clang-sphinx-docs/llvm/build/tools/clang/docs/analyzer/checkers.rst:2159:Unexpected indentation.

Unfortunately, I could not (yet) set up sphinx locally, so I cannot reproduce this.
Does anyone have it have sphinx ready to go? Am I on the right track?



================
Comment at: clang/docs/analyzer/checkers.rst:2159-2160
+It tries to catch ``malloc(n * c)`` patterns, where:
+ - ``n``: a variable or member access of an object
+ - ``c``: a constant foldable integral
+
----------------
Am I supposed to indent this with 2 spaces? Or what.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107756/new/

https://reviews.llvm.org/D107756



More information about the cfe-commits mailing list