[all-commits] [llvm/llvm-project] 8403cc: [Clang][CodeGen] Fix linkage and visibility of tem...
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Tue Mar 14 11:23:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8403ccdcd28c2ff30c1e980ce4a8c851fae01a9d
https://github.com/llvm/llvm-project/commit/8403ccdcd28c2ff30c1e980ce4a8c851fae01a9d
Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M clang/lib/CodeGen/CodeGenModule.cpp
A clang/test/CodeGenCXX/template-param-objects-linkage.cpp
A clang/test/CodeGenCXX/template-param-objects-visibility.cpp
M clang/test/CodeGenCXX/template-param-objects.cpp
Log Message:
-----------
[Clang][CodeGen] Fix linkage and visibility of template parameter objects
This diff fixes linkage and visibility of template parameter objects.
The associated GitHub issue: https://github.com/llvm/llvm-project/issues/51571#
Test plan:
1/ ninja check-all
2/ bootstrapped Clang passes tests
Differential revision: https://reviews.llvm.org/D145859
More information about the All-commits
mailing list