]> granicus.if.org Git - clang/commit
Update API usage for llvm DIBuilder changes for rvalue reference
authorEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:50 +0000 (01:36 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 19 May 2012 01:36:50 +0000 (01:36 +0000)
commit37e4cea0f548fc8a4b3c46aa92c925d6ea49d071
treebde139a06ff832e956bbb3ab257b1b6700483804
parent671e3bc1a16562902c0e6efc157b519977c299a8
Update API usage for llvm DIBuilder changes for rvalue reference
types and ensure we are actually creating the type.

rdar://11479676

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