This is an archive of the discontinued LLVM Phabricator instance.

[NFC][llvm] Inclusive language: replace master in llvm docs
ClosedPublic

Authored by quinnp on Nov 18 2021, 12:54 PM.

Details

Summary

[NFC] As part of using inclusive language within the llvm project, this patch
removes instances of master in these files.

Diff Detail

Event Timeline

quinnp created this revision.Nov 18 2021, 12:54 PM
quinnp requested review of this revision.Nov 18 2021, 12:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2021, 12:54 PM
llvm/docs/TableGen/ProgRef.rst
1401

The word "global" implies there are local record lists. Perhaps "final record list"?

Thanks for doing this.

quinnp updated this revision to Diff 388326.Nov 18 2021, 2:20 PM
quinnp marked an inline comment as done.

Addressing review comments. Changing global record list to final record list.

llvm/docs/TableGen/ProgRef.rst
1401

Thanks, that makes sense! I've updated the patch based on your suggestion.

@Paul-C-Anagnostopoulos could you take a look at the new changes when you have time? Thanks!

The change to ProgRef.rst looks good to me. The other two changes look fine, though I do not "own" those files.

ZarkoCA accepted this revision.Nov 25 2021, 11:10 AM

Thanks.

This revision is now accepted and ready to land.Nov 25 2021, 11:10 AM