]> granicus.if.org Git - clang/commit
Add the context that a function was created in as the context for the
authorEric Christopher <echristo@gmail.com>
Thu, 17 Oct 2013 01:31:21 +0000 (01:31 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 17 Oct 2013 01:31:21 +0000 (01:31 +0000)
commit2e3fd942b6ba3539f53512a005270f97e09f1824
tree99c7ee4889a31043d4ee6c7e72c062bb005024b7
parent0b327d323db4bbd93a4b91ed98ee9ab243290f4e
Add the context that a function was created in as the context for the
function, not the context of the context.

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