This revision was automatically updated to reflect the committed changes.
Closed by commit rL354195: [clang-tidy] Delete obsolete
objc-property-declaration options ✂️ (authored by stephanemoore, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior t
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57080/new/
https://reviews.llvm.org/D57080
stephanemoore updated this revision to Diff 186572.
stephanemoore added a comment.
Herald added a project: clang.
Migrated patch to LLVM monorepo.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57080/new/
https://reviews.llvm.org/D57080
Files:
cl
stephanemoore marked an inline comment as done.
stephanemoore added inline comments.
Comment at: docs/ReleaseNotes.rst:76
+- The `Acronyms` and `IncludeDefaultAcronyms` options for the
+ :doc:`objc-property-declaration
`
In https://reviews.llvm.org/D56945, I
stephanemoore created this revision.
Herald added subscribers: cfe-commits, xazax.hun.
stephanemoore edited the summary of this revision.
The Acronyms and IncludeDefaultAcronyms options were deprecated in
https://reviews.llvm.org/D51832. These options can be removed.
Tested by running the clang-t