Skip to content
Snippets Groups Projects
Commit accc23e6 authored by Axel Naumann's avatar Axel Naumann
Browse files

Use the fully qualified name.

parent 46b7ef4e
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,7 @@ namespace cling {
QualType ValueTy = this->getType().getNonReferenceType();
if (!ValueTy->isPointerType())
ValueTy = C.getPointerType(ValueTy);
ValueTy = utils::TypeName::GetFullyQualifiedType(ValueTy, getASTContext());
PrintingPolicy Policy(m_Interpreter->getCI()->getLangOpts());
std::string ValueTyStr = ValueTy.getAsString(Policy);
std::string typeStr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment