llvm-project/clang/docs/analyzer
isuckatcs a46154cb1c [analyzer] Warn if the size of the array in `new[]` is undefined
This patch introduces a new checker, called NewArraySize checker,
which detects if the expression that yields the element count of
the array in new[], results in an Undefined value.

Differential Revision: https://reviews.llvm.org/D131299
2022-09-04 23:06:58 +02:00
..
checkers
developer-docs [analyzer] Add new function `clang_analyzer_value` to ExprInspectionChecker 2022-07-15 20:07:04 +03:00
user-docs Fixed a number of typos 2022-08-01 13:13:18 -04:00
checkers.rst [analyzer] Warn if the size of the array in `new[]` is undefined 2022-09-04 23:06:58 +02:00
conf.py Bump the trunk major version to 16 2022-07-26 21:34:45 -07:00
developer-docs.rst [NFC] Trim trailing whitespace in *.rst 2021-11-15 09:17:08 +08:00
make.bat
user-docs.rst [analyzer][doc] Add user documenation for taint analysis 2021-11-28 23:36:47 +01:00