[Release Notes] Mention Clang-tidy misc-unused-using-decls check.

llvm-svn: 266770
This commit is contained in:
Eugene Zelenko 2016-04-19 17:31:58 +00:00
parent 18609f5743
commit e0e87aff5c
1 changed files with 5 additions and 0 deletions

View File

@ -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