Skip to content

Commit

Permalink
[analyzer][docs] Admit that the cleanup attribute is not supported (#…
Browse files Browse the repository at this point in the history
…81834)

In fact, the cleanup attribute is only added to the CFG, but still
unhandled by CSA.
I propose dropping this false "support" statement from the docs.
  • Loading branch information
steakhal committed Feb 16, 2024
1 parent 9cf0c29 commit c90f200
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1369,9 +1369,6 @@ New features
of static analysis tools, such as the Clang Static Analyzer.
`Documentation <https://clang.llvm.org/docs/AttributeReference.html#suppress>`__.

- Added support for the ``cleanup`` attribute.
`Documentation <https://clang.llvm.org/docs/AttributeReference.html#cleanup>`__.

- Support "Deducing this" (P0847R7). (Worked out of the box)
(`af4751738db8 <https://github.com/llvm/llvm-project/commit/af4751738db89a142a8880c782d12d4201b222a8>`__)

Expand Down

0 comments on commit c90f200

Please sign in to comment.