summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/OwningPtrTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove OwningPtr.h and associated testsAlp Toker2014-06-191-273/+0
| | | | | | llvm::OwningPtr is superseded by std::unique_ptr. llvm-svn: 211259
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-2/+2
| | | | llvm-svn: 210442
* Fix 80 cols.Ahmed Charles2014-03-081-1/+1
| | | | llvm-svn: 203346
* [C++11] Add release() to OwningPtr.Ahmed Charles2014-03-051-0/+18
| | | | | | | This will make the transition to unique_ptr easier by allowing more incremental changes. llvm-svn: 202949
* [C++11] Add support for OwningPtr<T> to be converted to and fromChandler Carruth2014-03-021-0/+78
| | | | | | | | std::unique_ptr<T>. Patch by Ahmed Charles! llvm-svn: 202609
* [C++11] Add unit tests for OwningPtr<T> in preparation for changes to makeChandler Carruth2014-03-021-0/+177
it interoperate (minimally) with std::unique_ptr<T>. This is part of my plan to migrate LLVM to use std::unique_ptr with a minimal impact on out-of-tree code. Patch by Ahmed Charles with some minor cleanups (and bool casts) by me. llvm-svn: 202608
OpenPOWER on IntegriCloud