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: unassignedclangb...@nondot.org Reporter: dpldob...@protonmail.com CC: kli...@google.com, llvm-bugs@lists.llvm.org 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 llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs