diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index cbeb403d624..bb18c6ed057 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -151,14 +151,6 @@ Improvements to clang-tidy finds and replaces cases that match the pattern ``var && isa<X>(var)``, where ``var`` is evaluated twice. -- New :doc:`modernize-use-trailing-return-type - <clang-tidy/checks/modernize-use-trailing-return-type>` check. - - Rewrites function signatures to use a trailing return type. - -Improvements to include-fixer ------------------------------ - - New :doc:`openmp-exception-escape <clang-tidy/checks/openmp-exception-escape>` check. |