diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 766bbee4971..fc72a332d25 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -91,6 +91,11 @@ Improvements to clang-tidy Finds historical use of ``unsigned`` to hold vregs and physregs and rewrites them to use ``Register`` +- Improved :doc:`bugprone-posix-return + <clang-tidy/checks/bugprone-posix-return>` check. + + Now also checks if any calls to ``pthread_*`` functions expect negative return + values. Improvements to include-fixer ----------------------------- |