summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs
diff options
context:
space:
mode:
authorYan Zhang <ynzhang@google.com>2017-11-30 19:05:09 +0000
committerYan Zhang <ynzhang@google.com>2017-11-30 19:05:09 +0000
commit9ecb33edbe1b88d89e31f781c82e968b8525c69a (patch)
treedcde34176ee8f6850ce551218647f9944496a967 /clang-tools-extra/docs
parent8c348b33385e5d1c39d2b8e0af956d889bac65a1 (diff)
downloadbcm5719-llvm-9ecb33edbe1b88d89e31f781c82e968b8525c69a.tar.gz
bcm5719-llvm-9ecb33edbe1b88d89e31f781c82e968b8525c69a.zip
add new check to find NSError init invocation
Subscribers: klimek, mgorny, cfe-commits Differential Revision: https://reviews.llvm.org/D40528 llvm-svn: 319460
Diffstat (limited to 'clang-tools-extra/docs')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index f3078fc01a9..8a7d0d13072 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -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.
OpenPOWER on IntegriCloud