summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index b36217ad62d..38fe77ebf4d 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -63,7 +63,8 @@ Improvements to clang-tidy
<http://clang.llvm.org/extra/clang-tidy/checks/objc-forbidden-subclassing.html>`_ check
Ensures Objective-C classes do not subclass any classes which are
- not intended to be subclassed.
+ not intended to be subclassed. Includes a list of classes from Foundation
+ and UIKit which are documented as not supporting subclassing.
- Renamed checks to use correct term "implicit conversion" instead of "implicit
cast" and modified messages and option names accordingly:
OpenPOWER on IntegriCloud