Skip to content

Commit

Permalink
add new check to find NSError init invocation
Browse files Browse the repository at this point in the history
Subscribers: klimek, mgorny, cfe-commits

Differential Revision: https://reviews.llvm.org/D40528

llvm-svn: 319460
  • Loading branch information
ynzhang0509 committed Nov 30, 2017
1 parent 8c348b3 commit 9ecb33e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang-tools-extra/docs/ReleaseNotes.rst
Expand Up @@ -57,6 +57,11 @@ The improvements are...
Improvements to clang-tidy
--------------------------

- New `objc-avoid-nserror-init
<http://clang.llvm.org/extra/clang-tidy/checks/objc-avoid-nserror-init.html>`_ check

Add new check to detect the use of [NSError init].

- New module `fuchsia` for Fuchsia style checks.

- New module `objc` for Objective-C style checks.
Expand Down

0 comments on commit 9ecb33e

Please sign in to comment.