[PATCH] D26657: [Sema] Respect DLL attributes more faithfully
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 15 10:50:35 PST 2016
compnerd added inline comments.
================
Comment at: lib/Sema/SemaTemplate.cpp:7669
+ // Fix a TSK_ExplicitInstantiationDeclaration or a TSK_ImplicitInstantiation
+ // followed by a TSK_ExplicitInstantiationDefinition
+ if ((Old_TSK == TSK_ExplicitInstantiationDeclaration ||
----------------
The fragment doesn't make sense to me. Perhaps needs a bit more context?
https://reviews.llvm.org/D26657
More information about the cfe-commits
mailing list