Fix typo
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:
parent
ce60454203
commit
e43863a3d7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user