[PATCH] D122285: [analyzer] Add path note tags to standard library function summaries.

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 21:23:45 PDT 2022


NoQ updated this revision to Diff 420701.
NoQ added a comment.

- Eliminate notes on known paths.
- Add some documentation for the new class.
  - Mostly moved from existing documentation for the entire summary class.
  - Fix incorrect assessment that Exploded Graph is a tree. It's not even acyclic!
- Fix clang-format warnings.


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

https://reviews.llvm.org/D122285

Files:
  clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
  clang/test/Analysis/std-c-library-functions-arg-constraints.c
  clang/test/Analysis/std-c-library-functions-path-notes.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122285.420701.patch
Type: text/x-patch
Size: 22151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220406/3cc4262c/attachment-0001.bin>


More information about the cfe-commits mailing list