| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
llvm::OwningPtr is superseded by std::unique_ptr.
llvm-svn: 211259
|
|
|
|
| |
llvm-svn: 210442
|
|
|
|
| |
llvm-svn: 203346
|
|
|
|
|
|
|
| |
This will make the transition to unique_ptr easier by allowing more
incremental changes.
llvm-svn: 202949
|
|
|
|
|
|
|
|
| |
std::unique_ptr<T>.
Patch by Ahmed Charles!
llvm-svn: 202609
|
|
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
|