Change-Id: I249fb621f4920a351da6480966cbdc0ea14fdd13
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86940
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2020-01-16 19:19:26 +01:00 committed by Julien Nabet
parent ce60454203
commit e43863a3d7

View File

@ -29,7 +29,7 @@
//
// VisitFunctionDecl would need to also visit explicit instantiations, by letting
// shouldVisitTemplateInstantiations return true and returning from VisitFunctionDecl early iff
// decl->getTemplateSpecializationKind() == TSK_ImplicitInstantiation. However, an instantiatied
// decl->getTemplateSpecializationKind() == TSK_ImplicitInstantiation. However, an instantiated
// FunctionDecl is created in TemplateDeclInstantiator::VisitCXXMethodDecl by copying information
// (including source locations) from the declaration at #1, and later modified in
// Sema::InstantiateFunctionDefinition with some source location information from the definition at