[all-commits] [llvm/llvm-project] d35134: [C++20] [Modules] Make the linkage consistent for ...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Mon Jul 25 02:58:02 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d35134485a6cd1b0e25b5dccd330678b9e57919d
      https://github.com/llvm/llvm-project/commit/d35134485a6cd1b0e25b5dccd330678b9e57919d
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M clang/lib/AST/Decl.cpp
    M clang/unittests/AST/DeclTest.cpp

  Log Message:
  -----------
  [C++20] [Modules] Make the linkage consistent for class template and its
specialization

Previously in D120397, we've handled the linkage for function template
and its specialization. But we forgot to handle it for class templates
and their specialization. So we make it in the patch with the similar
approach.




More information about the All-commits mailing list