clang/Modules: Finish renaming CompilerInstance::ModuleManager, NFC.
authorVolodymyr Sapsai <vsapsai@apple.com>
Fri, 21 Feb 2020 01:45:51 +0000 (17:45 -0800)
committerVolodymyr Sapsai <vsapsai@apple.com>
Fri, 21 Feb 2020 21:56:50 +0000 (13:56 -0800)
commita6c8698924d2b31a2f096e0f4c06a7015ecccb5e
tree37f5ce6a44d6ecfcb38c6efb8af7a1e5d024f3ed
parent5c33a81b7a46373aa695ab676bec8b70b1abd0e2
clang/Modules: Finish renaming CompilerInstance::ModuleManager, NFC.

Follow-up to 20d51b2f14ac4488f684f8fc57cb0ba718a6b91d, rename the setter to
make it consistent with the getter. Also fixed a few comments along the
way, didn't try to find all references to a module manager.

Reviewed By: dexonsmith

Differential Revision: https://reviews.llvm.org/D74939
clang/include/clang/Frontend/CompilerInstance.h
clang/lib/Frontend/ChainedIncludesSource.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/lib/Frontend/FrontendAction.cpp