[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
Thu Nov 25 09:01:24 PST 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc3dc6b081da6: [NFC][clang-tools-extra] Inclusive language: replace master with main (authored by quinnp).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114100/new/
https://reviews.llvm.org/D114100
Files:
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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114100.389818.patch
Type: text/x-patch
Size: 428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211125/3240aba4/attachment.bin>
More information about the cfe-commits
mailing list