summaryrefslogtreecommitdiffstats
path: root/debuginfo-tests/smart-ptr-1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "(Retry) Add a basic integration test for C++ smart pointers"Vedant Kumar2018-08-201-41/+0
| | | | | | | This reverts r340189. The new test is still failing on some Apple-internal bots. llvm-svn: 340204
* (Retry) Add a basic integration test for C++ smart pointersVedant Kumar2018-08-201-0/+41
| | | | | | | | | | | | 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
* Revert "Add a basic integration test for C++ smart pointers"Bruno Cardoso Lopes2018-08-181-41/+0
| | | | | | | | | | | This reverts commit 73786631984289b3d601034b2bf4ba2b8f5845eb. Revert r339961 since its causing debuginfo-tests to fail: http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/48514/ rdar://problem/43449629 llvm-svn: 340119
* Add a basic integration test for C++ smart pointersVedant Kumar2018-08-161-0/+41
Check that the debugger can pretty-print unique_ptr and shared_ptr when passed as a function argument. rdar://42314305 llvm-svn: 339961
OpenPOWER on IntegriCloud