]> granicus.if.org Git - clang/commit
[CodeView] Include MSVC style names for unnamed types
authorDavid Majnemer <david.majnemer@gmail.com>
Fri, 1 Jul 2016 23:12:54 +0000 (23:12 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Fri, 1 Jul 2016 23:12:54 +0000 (23:12 +0000)
commit425312c448220a600bbb5186094f363d90c8b85a
tree4072ba49844239642dfcd4fa894f7216287a4b38
parentab08687cb4b5fa9d779a22a88af7ee8c7602bb3b
[CodeView] Include MSVC style names for unnamed types

The CodeView printer expects to be able to generate fully qualified
names from the debug info graph.  This means that we need to include the
MSVC-style name in the debug info for anonymous types.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274401 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGenCXX/debug-info-ms-anonymous-tag.cpp [new file with mode: 0644]