add new check to find NSError init invocation

Subscribers: klimek, mgorny, cfe-commits

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

llvm-svn: 319460
This commit is contained in:
Yan Zhang 2017-11-30 19:05:09 +00:00
parent 8c348b3338
commit 9ecb33edbe
3 changed files with 5 additions and 0 deletions

View File

@ -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.