[clang-tools-extra] r266770 - [Release Notes] Mention Clang-tidy misc-unused-using-decls check.
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 10:31:58 PDT 2016
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
More information about the cfe-commits
mailing list