[all-commits] [llvm/llvm-project] 427f13: [NFC] [C++20] [Modules] Remove 'ModuleInterface' b...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Wed Nov 8 23:34:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 427f13bd724d332681ca5adb2455b7241af7177d
      https://github.com/llvm/llvm-project/commit/427f13bd724d332681ca5adb2455b7241af7177d
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-11-09 (Thu, 09 Nov 2023)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaModule.cpp

  Log Message:
  -----------
  [NFC] [C++20] [Modules] Remove 'ModuleInterface' bit in Sema::ModuleScope

The 'ModuleInterface' in Sema::ModuleScope is confusing. It actually
means 'not implementation'. This patch removes that bit and extract the
information from the recorded clang::Module.




More information about the All-commits mailing list