[PATCH] D114100: [NFC][clang-tools-extra] Inclusive language: replace master with main

Quinn Pham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 17 09:09:57 PST 2021


quinnp created this revision.
Herald added subscribers: usaxena95, kadircet, arphaman.
quinnp requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

[NFC] As part of using inclusive language within the llvm project, this patch
replaces master with main in these comments.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114100

Files:
  clang-tools-extra/clangd/Protocol.h
  clang-tools-extra/test/modularize/SubModule2.h


Index: clang-tools-extra/test/modularize/SubModule2.h
===================================================================
--- clang-tools-extra/test/modularize/SubModule2.h
+++ clang-tools-extra/test/modularize/SubModule2.h
@@ -1,3 +1,3 @@
-// SubModule2.h - Master header with same name as directory.
+// SubModule2.h - Main header with same name as directory.
 #include "SubModule2/Header3.h"
 #include "SubModule2/Header4.h"
Index: clang-tools-extra/clangd/Protocol.h
===================================================================
--- clang-tools-extra/clangd/Protocol.h
+++ clang-tools-extra/clangd/Protocol.h
@@ -138,7 +138,7 @@
   /// identifier is sent from the server to the client and the file is not open
   /// in the editor (the server has not received an open notification before)
   /// the server can send `null` to indicate that the version is known and the
-  /// content on disk is the master (as speced with document content ownership).
+  /// content on disk is the main (as speced with document content ownership).
   ///
   /// The version number of a document will increase after each change,
   /// including undo/redo. The number doesn't need to be consecutive.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114100.387961.patch
Type: text/x-patch
Size: 1192 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211117/300574f6/attachment-0001.bin>


More information about the cfe-commits mailing list