[PATCH] D16478: Always build a new TypeSourceInfo for function templates with parameters
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 1 13:58:13 PST 2016
thakis marked an inline comment as done.
================
Comment at: lib/Sema/SemaTemplateInstantiate.cpp:1519-1521
@@ -1518,5 +1518,5 @@
TypeLoc TL = T->getTypeLoc().IgnoreParens();
if (!TL.getAs<FunctionProtoTypeLoc>())
return false;
----------------
Ack.
http://reviews.llvm.org/D16478
More information about the cfe-commits
mailing list