[all-commits] [llvm/llvm-project] a6c869: clang/Modules: Finish renaming CompilerInstance::M...

Volodymyr Sapsai via All-commits all-commits at lists.llvm.org
Fri Feb 21 13:57:43 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a6c8698924d2b31a2f096e0f4c06a7015ecccb5e
      https://github.com/llvm/llvm-project/commit/a6c8698924d2b31a2f096e0f4c06a7015ecccb5e
  Author: Volodymyr Sapsai <vsapsai at apple.com>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M clang/include/clang/Frontend/CompilerInstance.h
    M clang/lib/Frontend/ChainedIncludesSource.cpp
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Frontend/FrontendAction.cpp

  Log Message:
  -----------
  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




More information about the All-commits mailing list