[PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 28 12:39:59 PST 2016


rnk added a comment.

The fact that an instantiated type might point to decls from the template pattern seems like expected behavior. The parts of the template that are the same are supposed to be shared.

Can we dig in to what is going wrong in parent map construction?


http://reviews.llvm.org/D16478





More information about the cfe-commits mailing list