https://llvm.org/bugs/show_bug.cgi?id=26384
Bug ID: 26384
Summary: Enable Decl::print to generate qualified names
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: libclang
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Let's have:
class Class
{
void function(int i, const Class& c) const;
};
print() will generate "void function(int i, const Class& c) const". It would be
useful to have a way to generate "void Class::function(int i, const Class& c)
const" too, similar to NamedDecl::getNameForDiagnostic, which takes a Boolean
"Qualified" parameter.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs