"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "9aa8598450b1c5437f1c409e57718d3fd49b01f5"
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
Loading
Please register or sign in to comment