diff options
-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 91f7fdca5a4..fa3b8da7615 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -135,6 +135,11 @@ identified. The improvements since the 3.8 release include: Finds most instances of stray semicolons that unexpectedly alter the meaning of the code. +- New `misc-unused-using-decls + <http://clang.llvm.org/extra/clang-tidy/checks/misc-unused-using-decls.html>`_ check + + Finds unused ``using`` declarations. + - New `modernize-deprecated-headers <http://clang.llvm.org/extra/clang-tidy/checks/modernize-deprecated-headers.html>`_ check |