[all-commits] [llvm/llvm-project] 8e9e43: clang/Modules: Remove unused parameter from Module...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Sun Nov 10 11:19:46 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e9e433a2af7c435923ba71ea7d75374408b0b32
      https://github.com/llvm/llvm-project/commit/8e9e433a2af7c435923ba71ea7d75374408b0b32
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2019-11-10 (Sun, 10 Nov 2019)

  Changed paths:
    M clang/include/clang/Serialization/ModuleManager.h
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ModuleManager.cpp

  Log Message:
  -----------
  clang/Modules: Remove unused parameter from ModuleManager::removeModules

The other paremeters appear to be sufficient to determine which modules
have just been loaded and need to be removed, so stop collecting and
sending in that set explicitly.




More information about the All-commits mailing list