[llvm-branch-commits] [clang] c90f200 - [analyzer][docs] Admit that the cleanup attribute is not supported (#81834)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 15 22:16:22 PST 2024
Author: Balazs Benics
Date: 2024-02-15T22:16:19-08:00
New Revision: c90f200b1e6d116ae8e566aae8fd86f6aa0c3808
URL: https://github.com/llvm/llvm-project/commit/c90f200b1e6d116ae8e566aae8fd86f6aa0c3808
DIFF: https://github.com/llvm/llvm-project/commit/c90f200b1e6d116ae8e566aae8fd86f6aa0c3808.diff
LOG: [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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 22eceea5d265ef..9edbfbfbbac02e 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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>`__)
More information about the llvm-branch-commits
mailing list