[PATCH] D129498: [analyzer] Add new function `clang_analyzer_value` to ExprInspectionChecker

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 10:54:42 PDT 2022


ASDenysPetrov updated this revision to Diff 444336.
ASDenysPetrov added a comment.

Constrained the test by adding llvm-lit `REQUIRES` command.
Documented a new function at https://clang.llvm.org/docs/analyzer/developer-docs/DebugChecks.html


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

https://reviews.llvm.org/D129498

Files:
  clang/docs/analyzer/developer-docs/DebugChecks.rst
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h
  clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
  clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  clang/lib/StaticAnalyzer/Core/SVals.cpp
  clang/test/Analysis/print-ranges.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129498.444336.patch
Type: text/x-patch
Size: 10645 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220713/c4a283c4/attachment-0001.bin>


More information about the cfe-commits mailing list