[NFC] [Modules] Rename modules related things in Preprocessor and AffectingModules
authorChuanqi Xu <yedeng.yd@linux.alibaba.com>
Thu, 27 Oct 2022 08:34:10 +0000 (16:34 +0800)
committerChuanqi Xu <yedeng.yd@linux.alibaba.com>
Thu, 27 Oct 2022 08:40:26 +0000 (16:40 +0800)
commite8541e4b42c54e106940b846123508742e026b7d
treeddbd0bc1a6634912df0dcc1660b9c743c2c749d9
parentb6d3ae3d3de0ce8015e422592aa467b99d4b0b6d
[NFC] [Modules] Rename modules related things in Preprocessor and AffectingModules

Rename module related things according to the consensus in
https://discourse.llvm.org/t/rfc-unifying-the-terminology-about-modules-in-clang/66054/
to reduce further confusings.

This only renames things I can make sure. It doesn't  mean all the names
in Preprocessor are correct now.
clang/include/clang/Basic/Module.h
clang/include/clang/Lex/Preprocessor.h
clang/include/clang/Serialization/ASTWriter.h
clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Lex/HeaderSearch.cpp
clang/lib/Lex/PPDirectives.cpp
clang/lib/Lex/Preprocessor.cpp
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp