[clang] 0408a85 - [clang][analyzer][NFC] Improve release note (#76805)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 3 04:38:18 PST 2024


Author: Ben Shi
Date: 2024-01-03T20:38:15+08:00
New Revision: 0408a8578383539e9197cb27f59c876e474875f5

URL: https://github.com/llvm/llvm-project/commit/0408a8578383539e9197cb27f59c876e474875f5
DIFF: https://github.com/llvm/llvm-project/commit/0408a8578383539e9197cb27f59c876e474875f5.diff

LOG: [clang][analyzer][NFC] Improve release note (#76805)

Added: 
    

Modified: 
    clang/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 0c8fec691bf3c9..e00fc5ba791690 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -1127,9 +1127,10 @@ Improvements
 ^^^^^^^^^^^^
 
 - Improved the ``unix.StdCLibraryFunctions`` checker by modeling more
-  functions like ``send``, ``recv``, ``readlink``, ``fflush`` and
+  functions like ``send``, ``recv``, ``readlink``, ``fflush``, ``mkdtemp`` and
   ``errno`` behavior.
   (`52ac71f92d38 <https://github.com/llvm/llvm-project/commit/52ac71f92d38f75df5cb88e9c090ac5fd5a71548>`_,
+  `#76671 <https://github.com/llvm/llvm-project/pull/76671>`_,
   `#71373 <https://github.com/llvm/llvm-project/pull/71373>`_,
   `#76557 <https://github.com/llvm/llvm-project/pull/76557>`_,
   `#71392 <https://github.com/llvm/llvm-project/pull/71392>`_)


        


More information about the cfe-commits mailing list