diff options
| author | Ben Hamilton <benhamilton@google.com> | 2017-11-27 15:58:26 +0000 |
|---|---|---|
| committer | Ben Hamilton <benhamilton@google.com> | 2017-11-27 15:58:26 +0000 |
| commit | 31ef2b43fd9683990a597cf13867e6df5cebdc89 (patch) | |
| tree | 36fb2d5d1e8c0b77e5a09c3a87e6aaabde089964 | |
| parent | 5d7a80eea9ef4b9d5b141e5494ac643ba90c3029 (diff) | |
| download | bcm5719-llvm-31ef2b43fd9683990a597cf13867e6df5cebdc89.tar.gz bcm5719-llvm-31ef2b43fd9683990a597cf13867e6df5cebdc89.zip | |
[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
llvm-svn: 319040
| -rw-r--r-- | clang-tools-extra/docs/ReleaseNotes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst index 431bb3ff172..14e5ca520d2 100644 --- a/clang-tools-extra/docs/ReleaseNotes.rst +++ b/clang-tools-extra/docs/ReleaseNotes.rst @@ -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. |

