[all-commits] [llvm/llvm-project] 8410ba: [C++20] [Moduels] Correct the linkage of const var...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Thu Aug 8 23:49:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8410babc2b69ccb2259e77262ad2baaa17644bea
      https://github.com/llvm/llvm-project/commit/8410babc2b69ccb2259e77262ad2baaa17644bea
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M clang/lib/AST/Decl.cpp
    A clang/test/Modules/pr99825.cppm

  Log Message:
  -----------
  [C++20] [Moduels] Correct the linkage of const variable in language linkage from module interfaces (#102574)

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

The root cause of the issue is that I didn't realize the things in
implicit global module (the language linkage in module interfaces)
should be considered in module purview.



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