Add a basic integration test for C++ smart pointers
authorVedant Kumar <vsk@apple.com>
Thu, 16 Aug 2018 23:05:15 +0000 (23:05 +0000)
committerVedant Kumar <vsk@apple.com>
Thu, 16 Aug 2018 23:05:15 +0000 (23:05 +0000)
commit103018e9d99f008bc5dbe956bc978342b26e3658
tree95dedd2be4e5b1f6b7f3fbec9a924ba2e5e476b9
parent9084e82880b773c9c166860557e85e9d54f26307
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.

rdar://42314305

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