Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] PDOMCPPBinding.getQualifiedNameCharArray vs PDOMBinding.getQualifiedName

PDOMCPPBinding.getQualifiedNameCharArray and PDOMBinding.getQualifiedName methods may produce semantically different results due to !(node instanceof ICPPTemplateInstance) condition that is present in the first method, but not in the second one. Is it an oversight, or there is some mysterious truth behind it?

-sergey

Back to the top