]> granicus.if.org Git - clang/commit
[AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X"
authorSam McCall <sam.mccall@gmail.com>
Fri, 2 Feb 2018 13:34:47 +0000 (13:34 +0000)
committerSam McCall <sam.mccall@gmail.com>
Fri, 2 Feb 2018 13:34:47 +0000 (13:34 +0000)
commite705029e94d188e30987bf3154b69a8a57aee3f1
treec74abd6a0e9d5a00ae8db5d268663eca05dd41a2
parenta2ca4ae98b35d76b14cc936af1ebf13b93199d79
[AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X"

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@324081 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
unittests/AST/NamedDeclPrinterTest.cpp