From 82b077db3a829f298d791afc7366e6e42db81541 Mon Sep 17 00:00:00 2001 From: Ben Hamilton Date: Thu, 2 Nov 2017 20:00:17 +0000 Subject: [PATCH] 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 --- clang-tools-extra/docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index b36217a..38fe77e 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -63,7 +63,8 @@ Improvements to clang-tidy `_ 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: -- 2.7.4