diff options
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 89608489433..b4c79199b81 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -154,6 +154,12 @@ identified. The improvements since the 3.8 release include: Warns about top-level const parameters in function declarations. +- New `readability-deleted-default + <http://clang.llvm.org/extra/clang-tidy/checks/readability-deleted-default.html>`_ check + + Warns about defaulted constructors and assignment operators that are actually + deleted. + - New `readability-redundant-control-flow <http://clang.llvm.org/extra/clang-tidy/checks/readability-redundant-control-flow.html>`_ check |