]> granicus.if.org Git - clang/commit
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
authorAdrian Prantl <aprantl@apple.com>
Wed, 18 Dec 2013 21:48:18 +0000 (21:48 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 18 Dec 2013 21:48:18 +0000 (21:48 +0000)
commit9e18818e489b017145a792e907a8a8948b82f618
treed03cee603c4f0af5c93ccead8160e07f9ff4a62c
parent1f1b08463ee3a13e3ce85678216e4546eb85c0ff
Debug info: Implement (rvalue) reference qualifiers for C++11 non-static
member functions. Paired commit with LLVM.

rdar://problem/15356637

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