diff options
author | Ben Hamilton <benhamilton@google.com> | 2017-11-02 20:00:17 +0000 |
---|---|---|
committer | Ben Hamilton <benhamilton@google.com> | 2017-11-02 20:00:17 +0000 |
commit | 82b077db3a829f298d791afc7366e6e42db81541 (patch) | |
tree | 73aa29edc6548a65b5e5c213d35e9f5a51b30863 | |
parent | 39ef29353353a0e5fbe3ca9db8a9418dd34974a0 (diff) | |
download | bcm5719-llvm-82b077db3a829f298d791afc7366e6e42db81541.tar.gz bcm5719-llvm-82b077db3a829f298d791afc7366e6e42db81541.zip |
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
llvm-svn: 317261
-rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 3 |
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: |