[clang] [Clang] Instantiate the correct lambda call operator (PR #110446)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 8 01:50:56 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"
----------------
ChuanqiXu9 wrote:

nit: Unrelated change.

https://github.com/llvm/llvm-project/pull/110446


More information about the cfe-commits mailing list