This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Delete obsolete objc-property-declaration options ✂️
ClosedPublic

Authored by stephanemoore on Jan 18 2019, 4:20 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

stephanemoore created this revision.Jan 18 2019, 4:20 PM
Eugene.Zelenko added inline comments.
docs/ReleaseNotes.rst
248 ↗(On Diff #182601)

Please rebase from trunk and use :option: prefix for options..

249 ↗(On Diff #182601)

Please add space before <.

stephanemoore marked 2 inline comments as done.

Use :option: prefix for options in release notes.
Add missing space in check reference in release notes.

MyDeveloperDay added a project: Restricted Project.Jan 21 2019, 12:48 AM
This revision is now accepted and ready to land.Jan 21 2019, 7:46 AM
This revision was automatically updated to reflect the committed changes.
stephanemoore marked an inline comment as done.Jan 22 2019, 7:45 PM
stephanemoore added inline comments.
docs/ReleaseNotes.rst
248 ↗(On Diff #182601)

Could using the :option: prefix cause issues if I am removing the option?

The documentation generation seems to emit a warning for an unknown option:
"llvm/src/tools/clang/tools/extra/docs/ReleaseNotes.rst:76: WARNING: unknown option: Acronyms"
http://lab.llvm.org:8011/builders/clang-tools-sphinx-docs/builds/36425/steps/docs-clang-tools-html/logs/stdio

stephanemoore marked an inline comment as done.Jan 25 2019, 3:59 PM
stephanemoore added inline comments.
docs/ReleaseNotes.rst
248 ↗(On Diff #182601)

FYI:
I rolled this change back due to the documentation generation failure and sent out https://reviews.llvm.org/D57080 with amended changes.