]> granicus.if.org Git - clang/commit
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)
commite94666444591bf82a39aa486471c63bf82b1793b
tree687bdd097c78fec4cb9d004d6b94c1e3fb5ab74e
parent9932d9ebb8df6ad6d5f4d81b5dc827eb56bf434d
Take PrintingPolicy::SuppressUnwrittenScope into account when printing the
qualified name of a NamedDecl. Patch by Volodymyr Sapsai!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209924 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
unittests/AST/CMakeLists.txt
unittests/AST/NamedDeclPrinterTest.cpp [new file with mode: 0644]