diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index c266a853b2b..31257fcad68 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -57,7 +57,10 @@ The improvements are... Improvements to clang-tidy -------------------------- -The improvements are... + - New `modernize-use-noexcept + <http://clang.llvm.org/extra/clang-tidy/checks/modernize-use-noexcept.html>`_ check + + Replaces dynamic exception specifications with ``noexcept`` or a user defined macro. Improvements to include-fixer ----------------------------- |