[PATCH] D26657: [Sema] Respect DLL attributes more faithfully

Shoaib Meenai via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 12:44:25 PST 2016


smeenai 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 ||
----------------
compnerd wrote:
> The fragment doesn't make sense to me.  Perhaps needs a bit more context?
Do you mean the comment specifically?


https://reviews.llvm.org/D26657





More information about the cfe-commits mailing list