Skip to content

Commit c90f200

Browse files
authored
[analyzer][docs] Admit that the cleanup attribute is not supported (#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.
1 parent 9cf0c29 commit c90f200

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,9 +1369,6 @@ New features
13691369
of static analysis tools, such as the Clang Static Analyzer.
13701370
`Documentation <https://clang.llvm.org/docs/AttributeReference.html#suppress>`__.
13711371

1372-
- Added support for the ``cleanup`` attribute.
1373-
`Documentation <https://clang.llvm.org/docs/AttributeReference.html#cleanup>`__.
1374-
13751372
- Support "Deducing this" (P0847R7). (Worked out of the box)
13761373
(`af4751738db8 <https://github.com/llvm/llvm-project/commit/af4751738db89a142a8880c782d12d4201b222a8>`__)
13771374

0 commit comments

Comments
 (0)