[PATCH] D113622: [wip] [analyzer] support ignoring use-after-free checking with reference_counted attribute

Chris D'Angelo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 14 13:18:52 PST 2021


chrisdangelo updated this revision to Diff 394374.
chrisdangelo added a comment.
Herald added a subscriber: jdoerfert.

This change adds support for reference_counted attribute in pragma-attribute-supported-attributes-list.

This change edits comments describing function signatures for isReferenceCountedAttributed[...].


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

https://reviews.llvm.org/D113622

Files:
  clang/include/clang/Basic/Attr.td
  clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp
  clang/test/Analysis/malloc-annotations.c
  clang/test/Misc/pragma-attribute-supported-attributes-list.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113622.394374.patch
Type: text/x-patch
Size: 11664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211214/6378dc3d/attachment.bin>


More information about the cfe-commits mailing list