summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.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/clang-tidy/checks/objc-property-declaration.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/clang-tidy/checks/objc-property-declaration.rst')
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst b/clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst
index 49df5102096..60b9c82e9f9 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/objc-property-declaration.rst
@@ -40,15 +40,3 @@ lowercase letters followed by a '_' to avoid naming conflict. For example:
@property(nonatomic, assign) int abc_lowerCamelCase;
The corresponding style rule: https://developer.apple.com/library/content/qa/qa1908/_index.html
-
-
-Options
--------
-
-.. option:: Acronyms
-
- This option is deprecated and ignored.
-
-.. option:: IncludeDefaultAcronyms
-
- This option is deprecated and ignored.
OpenPOWER on IntegriCloud