[clang] [Clang] Instantiate the correct lambda call operator (PR #110446)
via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 8 02:03:50 PDT 2024
================
@@ -644,8 +646,8 @@ 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, e.g. the ``nonblocking`` and ``nonallocating`` "performance constraint"
- attributes, are now verified. For example, for functions declared with the ``nonblocking``
+- Function effects, e.g. the ``nonblocking`` and ``nonallocating`` "performance constraint"
----------------
Sirraide wrote:
Ah, that’s my IDE automatically deleting a trailing space at the end of the line on save. I’ll fix that separately real quick if someone hasn’t already done so.
https://github.com/llvm/llvm-project/pull/110446
More information about the cfe-commits
mailing list