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

Denys Petrov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 14 09:06:19 PDT 2022


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

Stick to name `clang_analyzer_value`.
Change function name from `printRange` to `printValue`.
Make description more precise in the documentation.


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.444689.patch
Type: text/x-patch
Size: 10724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220714/331d23c5/attachment-0001.bin>


More information about the cfe-commits mailing list