Skip to content

Commit 12820f7

Browse files
committed
update release notes
1 parent 2ef7988 commit 12820f7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,14 +1385,16 @@ Improvements
13851385
^^^^^^^^^^^^
13861386

13871387
- Improved the ``unix.StdCLibraryFunctions`` checker by modeling more
1388-
functions like ``send``, ``recv``, ``readlink``, ``fflush``, ``mkdtemp``,
1389-
``getcwd`` and ``errno`` behavior.
1388+
functions like ``send``, ``recv``, ``readlink``, ``fgetc``, ``fgets``,
1389+
``fputc``, ``fputs``, ``fflush``, ``mkdtemp``,``getcwd`` and
1390+
``errno`` behavior.
13901391
(`52ac71f92d38 <https://github.com/llvm/llvm-project/commit/52ac71f92d38f75df5cb88e9c090ac5fd5a71548>`_,
13911392
`#77040 <https://github.com/llvm/llvm-project/pull/77040>`_,
13921393
`#76671 <https://github.com/llvm/llvm-project/pull/76671>`_,
13931394
`#71373 <https://github.com/llvm/llvm-project/pull/71373>`_,
13941395
`#76557 <https://github.com/llvm/llvm-project/pull/76557>`_,
1395-
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_)
1396+
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_,
1397+
`#76979 <https://github.com/llvm/llvm-project/pull/76979>`_)
13961398

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

0 commit comments

Comments
 (0)