Skip to content

Commit 5430268

Browse files
committed
update release notes
1 parent c3090cc commit 5430268

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,13 +1131,15 @@ Improvements
11311131
^^^^^^^^^^^^
11321132

11331133
- Improved the ``unix.StdCLibraryFunctions`` checker by modeling more
1134-
functions like ``send``, ``recv``, ``readlink``, ``fflush``, ``mkdtemp`` and
1134+
functions like ``send``, ``recv``, ``readlink``, ``fgetc``, ``fgets``,
1135+
``fputc``, ``fputs``, ``fflush``, ``mkdtemp`` and
11351136
``errno`` behavior.
11361137
(`52ac71f92d38 <https://github.com/llvm/llvm-project/commit/52ac71f92d38f75df5cb88e9c090ac5fd5a71548>`_,
11371138
`#76671 <https://github.com/llvm/llvm-project/pull/76671>`_,
11381139
`#71373 <https://github.com/llvm/llvm-project/pull/71373>`_,
11391140
`#76557 <https://github.com/llvm/llvm-project/pull/76557>`_,
1140-
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_)
1141+
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_,
1142+
`#76979 <https://github.com/llvm/llvm-project/pull/76979>`_)
11411143

11421144
- Fixed a false negative for when accessing a nonnull property (ObjC).
11431145
(`1dceba3a3684 <https://github.com/llvm/llvm-project/commit/1dceba3a3684d12394731e09a6cf3efcebf07a3a>`_)

0 commit comments

Comments
 (0)