[all-commits] [llvm/llvm-project] e8541e: [NFC] [Modules] Rename modules related things in P...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Oct 27 01:41:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e8541e4b42c54e106940b846123508742e026b7d
      https://github.com/llvm/llvm-project/commit/e8541e4b42c54e106940b846123508742e026b7d
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2022-10-27 (Thu, 27 Oct 2022)

  Changed paths:
    M clang/include/clang/Basic/Module.h
    M clang/include/clang/Lex/Preprocessor.h
    M clang/include/clang/Serialization/ASTWriter.h
    M clang/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h
    M clang/lib/Frontend/CompilerInstance.cpp
    M clang/lib/Lex/HeaderSearch.cpp
    M clang/lib/Lex/PPDirectives.cpp
    M clang/lib/Lex/Preprocessor.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTWriter.cpp
    M clang/lib/Tooling/DependencyScanning/ModuleDepCollector.cpp

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




More information about the All-commits mailing list