<div dir="ltr"><div>Hi,</div><div><br></div><div>NamedDecl::printQualifiedName prints [1] anonymous and inline namespaces even if SuppressUnwrittenScope == true.  Is it a bug or intended behavior?</div><div><br></div><div>
What am I trying to achieve?  I have a code which handles some stdlib classes.  I check if qualified name is equal to "std::set", "std::vector", etc.  And I want to reuse the code for libc++ classes.  I.e. I want to coerce "std::__1::set" to "std::set".  And SuppressUnwrittenScope seems to mean exactly what I want.</div>
<div><br></div><div>Thanks,</div><div>Volodymyr Sapsai</div><div><br></div><div>[1] <a href="http://clang.llvm.org/doxygen/Decl_8cpp_source.html#l01277">http://clang.llvm.org/doxygen/Decl_8cpp_source.html#l01277</a></div>
</div>