]> granicus.if.org Git - clang/commit
PR16091: Error when attempting to emit debug info for undeduced auto return types
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 24 May 2013 21:24:35 +0000 (21:24 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 24 May 2013 21:24:35 +0000 (21:24 +0000)
commit912964863c344dd84976ee281bd213d0485645ba
treeb4d60db563f5b32217a48c466181796e6cd4e0c7
parentd27e5cbff3c98fa3f623c75dce7165176c1f98a5
PR16091: Error when attempting to emit debug info for undeduced auto return types

Perhaps we should just suppress this, rather than erroring, but since we
have the infrastructure for it I figured I'd use it - if this is
determined to be not the right thing we should probably remove that
infrastructure entirely. I guess it's lying around from the early days
of implementing debug info support.

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