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"
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"
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits