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.
Paths
| Differential D56945
[clang-tidy] Delete obsolete objc-property-declaration options ✂️ ClosedPublic Authored by stephanemoore on Jan 18 2019, 4:20 PM.
Details Summary The Acronyms and IncludeDefaultAcronyms options were deprecated in Tested by running the clang-tidy tests.
Diff Detail
Event TimelineEugene.Zelenko added inline comments. stephanemoore marked 2 inline comments as done. Comment ActionsUse :option: prefix for options in release notes. This revision is now accepted and ready to land.Jan 21 2019, 7:46 AM Closed by commit rL351921: [clang-tidy] Delete obsolete objc-property-declaration options ✂️ (authored by stephanemoore). · Explain WhyJan 22 2019, 6:34 PM This revision was automatically updated to reflect the committed changes. stephanemoore added inline comments.
stephanemoore added inline comments.
Revision Contents
Diff 182660 clang-tidy/objc/PropertyDeclarationCheck.h
clang-tidy/objc/PropertyDeclarationCheck.cpp
docs/ReleaseNotes.rst
docs/clang-tidy/checks/objc-property-declaration.rst
|
Please rebase from trunk and use :option: prefix for options..