[clang] nonblocking/nonallocating attributes: 2nd pass caller/callee analysis (PR #99656)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 26 06:36:36 PDT 2024
================
@@ -571,6 +571,9 @@ New features
if class of allocation and deallocation function mismatches.
`Documentation <https://clang.llvm.org/docs/analyzer/checkers.html#unix-mismatcheddeallocator-c-c>`__.
+- Function effects (the ``nonblocking`` and ``nonallocating`` "performance constraint" attributes)
----------------
Sirraide wrote:
RST needs double backticks for code, yeah. And the plan here is that we’ll add a link to the documentation (#109855) in a later pr (a bit like the release note above). Explaining what all of this is about is too much for a release note imo.
https://github.com/llvm/llvm-project/pull/99656
More information about the cfe-commits
mailing list