This is an archive of the discontinued LLVM Phabricator instance.

[clang] [Objective C] Inclusive language: use objcmt-allowlist-dir-path=<arg> instead of objcmt-white-list-dir-path=<arg>
ClosedPublic

Authored by ZarkoCA on Oct 26 2021, 7:06 PM.

Details

Summary

Trying to update some options that don't at least have an inclusive language version.
This patch adds objcmt-allowlist-dir-path as a default alternative.

Diff Detail

Event Timeline

ZarkoCA created this revision.Oct 26 2021, 7:06 PM
ZarkoCA requested review of this revision.Oct 26 2021, 7:06 PM
akyrtzi accepted this revision.Oct 27 2021, 9:58 AM

Do you intend to rename clang/test/ARCMT/whitelisted directory as a follow-up? Otherwise LGTM.

This revision is now accepted and ready to land.Oct 27 2021, 9:58 AM
ZarkoCA updated this revision to Diff 382708.Oct 27 2021, 10:19 AM
  • Rename directory

Do you intend to rename clang/test/ARCMT/whitelisted directory as a follow-up? Otherwise LGTM.

Missed this initially, thanks.

ZarkoCA updated this revision to Diff 383507.Oct 29 2021, 2:49 PM
  • Fix formatting