[clang] [Clang] Instantiate the correct lambda call operator (PR #110446)
    via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Oct  8 02:08:19 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:
Alright, fixed.
https://github.com/llvm/llvm-project/pull/110446
    
    
More information about the cfe-commits
mailing list