OSDN Git Service

(Retry) Add a basic integration test for C++ smart pointers
authorVedant Kumar <vsk@apple.com>
Mon, 20 Aug 2018 17:17:38 +0000 (17:17 +0000)
committerVedant Kumar <vsk@apple.com>
Mon, 20 Aug 2018 17:17:38 +0000 (17:17 +0000)
commit651c2cdb4c04fcf3546a15d2fbb1a3296d840376
tree4679487ff2613ac5f6682ba741263363f4102c97
parent49092d13c217112d2a9060fc3abdb72dd354f8f9
(Retry) Add a basic integration test for C++ smart pointers

Check that the debugger can pretty-print unique_ptr and shared_ptr when
passed as a function argument.

This was reverted in r339961 because of a bug in the version of lldb
installed on the public Green Dragon builders.

rdar://42314305

llvm-svn: 340189
debuginfo-tests/smart-ptr-1.cpp [new file with mode: 0644]