]> granicus.if.org Git - clang/commit
PR15956: Debug Info: Include the appropriate file location in types created due to...
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 14 May 2013 00:34:20 +0000 (00:34 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 14 May 2013 00:34:20 +0000 (00:34 +0000)
commit7be62a87abf60d4c13ab60ee8fb896aebac188a8
tree7792bf41dea1559192ae41f1977516d8a2d5431b
parentef202c35b37c137e32fe30f4453915b6d3b525d7
PR15956: Debug Info: Include the appropriate file location in types created due to using declarations

We might benefit from API refactoring here (why pass in a value that's
derived from another parameter?) but this is the immediate issue.

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