[clang-tools-extra] r319040 - [clang-tools-extra] Fix small typo in docs/ReleaseNotes.rst
Ben Hamilton via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 07:58:26 PST 2017
Author: benhamilton
Date: Mon Nov 27 07:58:26 2017
New Revision: 319040
URL: http://llvm.org/viewvc/llvm-project?rev=319040&view=rev
Log:
[clang-tools-extra] Fix small typo in docs/ReleaseNotes.rst
Summary:
This is mainly a test diff to check the new Herald rule I
added in LLVM Phabricator to automatically Cc: cfe-commits on all
clang-tools-extra diffs.
Reviewers: Wizard, hokein, klimek
Reviewed By: Wizard
Subscribers: dlj, bkramer, sammccall
Differential Revision: https://reviews.llvm.org/D40180
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=319040&r1=319039&r2=319040&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/ReleaseNotes.rst (original)
+++ clang-tools-extra/trunk/docs/ReleaseNotes.rst Mon Nov 27 07:58:26 2017
@@ -99,7 +99,7 @@ Improvements to clang-tidy
- The 'misc-string-constructor' check was renamed to `bugprone-string-constructor
<http://clang.llvm.org/extra/clang-tidy/checks/bugprone-string-constructor.html>`_
-- New `google-avoid-throwing-objc-exception
+- New `google-objc-avoid-throwing-exception
<http://clang.llvm.org/extra/clang-tidy/checks/google-objc-avoid-throwing-exception.html>`_ check
Add new check to detect throwing exceptions in Objective-C code, which should be avoided.
More information about the cfe-commits
mailing list