[NFC] As part of using inclusive language within the llvm project, this patch
removes instances of master in these files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| llvm/docs/TableGen/ProgRef.rst | ||
|---|---|---|
| 1401 | The word "global" implies there are local record lists. Perhaps "final record list"? Thanks for doing this. | |
Comment Actions
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. | |
Comment Actions
@Paul-C-Anagnostopoulos could you take a look at the new changes when you have time? Thanks!
Comment Actions
The change to ProgRef.rst looks good to me. The other two changes look fine, though I do not "own" those files.
The word "global" implies there are local record lists. Perhaps "final record list"?
Thanks for doing this.