[clang-tools-extra] r317261 - Update release notes (check SVN commit-after-approval access)

Ben Hamilton via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 13:00:18 PDT 2017


Author: benhamilton
Date: Thu Nov  2 13:00:17 2017
New Revision: 317261

URL: http://llvm.org/viewvc/llvm-project?rev=317261&view=rev
Log:
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

Modified:
    clang-tools-extra/trunk/docs/ReleaseNotes.rst

Modified: clang-tools-extra/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/ReleaseNotes.rst?rev=317261&r1=317260&r2=317261&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Thu Nov  2 13:00:17 2017
@@ -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:




More information about the cfe-commits mailing list