[clang] [Clang] Don't trigger `-Wweak-vtables` on an explicit instantiation declaration (PR #195189)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Fri May 1 02:16:14 PDT 2026
================
@@ -89,6 +89,19 @@ void uses_templ() {
TemplVirt<long> l;
}
+namespace pr195110 {
----------------
cor3ntin wrote:
```suggestion
namespace GH195110 {
```
https://github.com/llvm/llvm-project/pull/195189
More information about the cfe-commits
mailing list