[PATCH] D13330: Implement __attribute__((unique_instantiation))

Keno Fischer via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 28 13:52:27 PDT 2016


loladiro added a comment.

I meant 
`template __attribute__((unique_instantiation)) int * static_separate_template<int>::a_static_field;`
of course, though we probably need a better diagnostic for the other spelling (which applies the attribute to the static_separate_template<int>). I'll look into adding a diagnostic.


Repository:
  rL LLVM

https://reviews.llvm.org/D13330





More information about the cfe-commits mailing list