[all-commits] [llvm/llvm-project] 634430: [MSVC][dllexport/dllimport] Propagate a dllexport/...

Wolfgang Pieb via All-commits all-commits at lists.llvm.org
Wed Mar 15 11:48:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 634430d5857e395cff62534b11c460f51c6c846a
      https://github.com/llvm/llvm-project/commit/634430d5857e395cff62534b11c460f51c6c846a
  Author: Wolfgang Pieb <wolfgang_pieb at playstation.sony.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/CodeGenCXX/dllexport.cpp
    M clang/test/CodeGenCXX/dllimport.cpp
    M clang/test/SemaCXX/dllexport.cpp
    M clang/test/SemaCXX/dllimport.cpp

  Log Message:
  -----------
  [MSVC][dllexport/dllimport] Propagate a dllexport/dllimport attribute to template baseclass

For the Playstation platform, mimick MSVC in propagating dllexport/dllimport attributes
to an instantiated template base class.

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D145970




More information about the All-commits mailing list