[all-commits] [llvm/llvm-project] 14e89b: [C++20] [Modules] Add exported modules as transiti...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Fri Jun 20 02:07:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14e89b061fdecedcec4bb035060a56588610cb5c
      https://github.com/llvm/llvm-project/commit/14e89b061fdecedcec4bb035060a56588610cb5c
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2025-06-20 (Fri, 20 Jun 2025)

  Changed paths:
    M clang/lib/Sema/SemaModule.cpp
    A clang/test/Modules/pr144230.cppm

  Log Message:
  -----------
  [C++20] [Modules] Add exported modules as transitive imported modules

Close https://github.com/llvm/llvm-project/issues/144230

The root cause of the problem is, when we decide the transitive imports,
we didn't deal with exported imports.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list