]> granicus.if.org Git - clang/commit
PR14573: Unnamed parameters in debug info, Part 2
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Jan 2013 20:03:07 +0000 (20:03 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 5 Jan 2013 20:03:07 +0000 (20:03 +0000)
commitd8180cf9877cd793949ae94edbf2ee84341041c5
treeebe475bdd4a58272ead77455ebd85c651d6cc575
parent3de93c883d3253c38e90d0a3a050899eeb806eee
PR14573: Unnamed parameters in debug info, Part 2

Catch some cases I'd missed in r171605 related to unnamed parameters of record
type. This resolves all remaining cases of PR14573 suppression in the GDB 7.5
test suite. Fix to the test suite to follow.

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