Skip to content
Snippets Groups Projects
Commit 76377dcf authored by Alex Lorenz's avatar Alex Lorenz
Browse files

Print nested name specifiers for typedefs and type aliases

Printing typedefs or type aliases using clang_getTypeSpelling() is missing the
namespace they are defined in. This is in contrast to other types that always
yield the full typename including namespaces.

Patch by Michael Reiher!

Differential Revision: https://reviews.llvm.org/D29944

llvm-svn: 297465
parent 3cc57fa1
No related branches found
No related tags found
No related merge requests found
Showing
with 152 additions and 143 deletions
Loading
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