Take PrintingPolicy::SuppressUnwrittenScope into account when printing the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 May 2014 22:16:51 +0000 (22:16 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 30 May 2014 22:16:51 +0000 (22:16 +0000)
commit46dd5bba4495c8c331668ae45d676e5ace9ed2d9
tree614998e2b0be62e1da9d073741c41bb3f4f67c32
parentd3aebaf875a3c8d50f973f33a4fa31712291cc82
Take PrintingPolicy::SuppressUnwrittenScope into account when printing the
qualified name of a NamedDecl. Patch by Volodymyr Sapsai!

llvm-svn: 209924
clang/lib/AST/Decl.cpp
clang/unittests/AST/CMakeLists.txt
clang/unittests/AST/NamedDeclPrinterTest.cpp [new file with mode: 0644]