Skip to content

Commit 9ecb33e

Browse files
committedNov 30, 2017
add new check to find NSError init invocation
Subscribers: klimek, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D40528 llvm-svn: 319460
1 parent 8c348b3 commit 9ecb33e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
 

‎clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ The improvements are...
5757
Improvements to clang-tidy
5858
--------------------------
5959

60+
- New `objc-avoid-nserror-init
61+
<http://clang.llvm.org/extra/clang-tidy/checks/objc-avoid-nserror-init.html>`_ check
62+
63+
Add new check to detect the use of [NSError init].
64+
6065
- New module `fuchsia` for Fuchsia style checks.
6166

6267
- New module `objc` for Objective-C style checks.

0 commit comments

Comments
 (0)