]> granicus.if.org Git - clang/commit
DebugInfo: emit namespace aliases as named imported declarations instead of named...
authorDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Apr 2014 06:30:03 +0000 (06:30 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sun, 6 Apr 2014 06:30:03 +0000 (06:30 +0000)
commitffe00c3f352b7114de6530119fc86a2923e4cf8f
tree7ca1dd5c73061be783ff1d94727b1cc08f0ba3ba
parent4b3bd422534277d9753c2c24cbf310e9c288b7c5
DebugInfo: emit namespace aliases as named imported declarations instead of named imported entities

Apparently that's how DWARF4 suggests they be emitted. So let's do that.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205686 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-namespace.cpp