We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c348b3 commit 9ecb33eCopy full SHA for 9ecb33e
clang-tools-extra/clang-tidy/objc/AvoidNserrorInitCheck.cpp renamed to clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.cpp
clang-tools-extra/clang-tidy/objc/AvoidNserrorInitCheck.h renamed to clang-tools-extra/clang-tidy/objc/AvoidNSErrorInitCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
@@ -57,6 +57,11 @@ The improvements are...
57
Improvements to clang-tidy
58
--------------------------
59
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
65
- New module `fuchsia` for Fuchsia style checks.
66
67
- New module `objc` for Objective-C style checks.
0 commit comments