Skip to content

Commit f861d39

Browse files
committed
update release notes
1 parent 524d501 commit f861d39

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
@@ -1284,14 +1284,16 @@ Improvements
12841284
^^^^^^^^^^^^
12851285

12861286
- Improved the ``unix.StdCLibraryFunctions`` checker by modeling more
1287-
functions like ``send``, ``recv``, ``readlink``, ``fflush``, ``mkdtemp``,
1288-
``getcwd`` and ``errno`` behavior.
1287+
functions like ``send``, ``recv``, ``readlink``, ``fgetc``, ``fgets``,
1288+
``fputc``, ``fputs``, ``fflush``, ``mkdtemp``,``getcwd`` and
1289+
``errno`` behavior.
12891290
(`52ac71f92d38 <https://github.com/llvm/llvm-project/commit/52ac71f92d38f75df5cb88e9c090ac5fd5a71548>`_,
12901291
`#77040 <https://github.com/llvm/llvm-project/pull/77040>`_,
12911292
`#76671 <https://github.com/llvm/llvm-project/pull/76671>`_,
12921293
`#71373 <https://github.com/llvm/llvm-project/pull/71373>`_,
12931294
`#76557 <https://github.com/llvm/llvm-project/pull/76557>`_,
1294-
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_)
1295+
`#71392 <https://github.com/llvm/llvm-project/pull/71392>`_,
1296+
`#76979 <https://github.com/llvm/llvm-project/pull/76979>`_)
12951297

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

0 commit comments

Comments
 (0)