Author: eugenezelenko Date: Tue Apr 19 12:31:58 2016 New Revision: 266770 URL: http://llvm.org/viewvc/llvm-project?rev=266770&view=rev Log: [Release Notes] Mention Clang-tidy misc-unused-using-decls check.
Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=266770&r1=266769&r2=266770&view=diff ============================================================================== --- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original) +++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Tue Apr 19 12:31:58 2016 @@ -135,6 +135,11 @@ identified. The improvements since the 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits