llvm-project/clang/test/CXX/basic/basic.lookup
Alex Lorenz 76377dcf99 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
2017-03-10 15:04:58 +00:00
..
basic.lookup.argdep
basic.lookup.classref Lit C++11 Compatibility Patch #8 2016-04-14 23:47:07 +00:00
basic.lookup.elab Improve error message when referencing a non-tag type with a tag 2016-12-09 19:47:58 +00:00
basic.lookup.qual Print nested name specifiers for typedefs and type aliases 2017-03-10 15:04:58 +00:00
basic.lookup.udir
basic.lookup.unqual