[PATCH] D40180: [clang-tools-extra] Fix small typo in docs/ReleaseNotes.rst

Ben Hamilton via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 17 09:11:11 PST 2017


benhamilton created this revision.

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.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D40180

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -57,7 +57,7 @@
 Improvements to clang-tidy
 --------------------------
 
-- 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40180.123357.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171117/bf15d543/attachment.bin>


More information about the cfe-commits mailing list