summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorStephane Moore <mog@google.com>2019-01-23 02:34:21 +0000
committerStephane Moore <mog@google.com>2019-01-23 02:34:21 +0000
commitbe9eca442ebfe2ec0227b45d91401f9d1e9dda47 (patch)
tree1ed279b96220174b63138ce8d165b46febf7e79f /clang-tools-extra/docs/ReleaseNotes.rst
parent73078ecd381b5ce95638c7a8e41fcabb6c27703a (diff)
downloadbcm5719-llvm-be9eca442ebfe2ec0227b45d91401f9d1e9dda47.tar.gz
bcm5719-llvm-be9eca442ebfe2ec0227b45d91401f9d1e9dda47.zip
[clang-tidy] Delete obsolete objc-property-declaration options ✂️
Summary: The `Acronyms` and `IncludeDefaultAcronyms` options were deprecated in https://reviews.llvm.org/D51832. These options can be removed. Tested by running the clang-tidy tests. Reviewers: benhamilton, aaron.ballman Reviewed By: aaron.ballman Subscribers: Eugene.Zelenko, xazax.hun, cfe-commits Tags: #clang-tools-extra Differential Revision: https://reviews.llvm.org/D56945 llvm-svn: 351921
Diffstat (limited to 'clang-tools-extra/docs/ReleaseNotes.rst')
-rw-r--r--clang-tools-extra/docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/ReleaseNotes.rst b/clang-tools-extra/docs/ReleaseNotes.rst
index bb699349a42..8379412d4ae 100644
--- a/clang-tools-extra/docs/ReleaseNotes.rst
+++ b/clang-tools-extra/docs/ReleaseNotes.rst
@@ -73,6 +73,10 @@ Improvements to clang-tidy
Checks for casts of ``absl::Duration`` conversion functions, and recommends
the right conversion function instead.
+- The :option:`Acronyms` and :option:`IncludeDefaultAcronyms` options for the
+ :doc:`objc-property-declaration <clang-tidy/checks/objc-property-declaration>`
+ check have been removed.
+
Improvements to include-fixer
-----------------------------
OpenPOWER on IntegriCloud