[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 09:38:49 PDT 2021


steakhal added inline comments.


================
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
+
----------------
steakhal wrote:
> Am I supposed to indent this with 2 spaces? Or what.
It seems like an empty newline solved this before the list.


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