aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hamilton <benhamilton@google.com>2017-11-02 20:00:17 +0000
committerBen Hamilton <benhamilton@google.com>2017-11-02 20:00:17 +0000
commit3a0f4337cd92bc00a2ef006f710fb8a1cf1a8cf2 (patch)
tree0af49ed74aaeeb7ada94e95009f46dd07797840b
parent581db2fb12d757abd22881403295744d5c57e2dd (diff)
Update release notes (check SVN commit-after-approval access)
Summary: I was just granted commit-after-approval access to SVN, and @clattner recommended I try a test commit. So, this tweaks the release notes as a test. Reviewers: hokein, alexfh Reviewed By: hokein Subscribers: Wizard Differential Revision: https://reviews.llvm.org/D39559 git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@317261 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index b36217ad..38fe77eb 100644
--- a/docs/ReleaseNotes.rst
+++ b/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: