Skip to content
Commit 41e692dc authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Introduce MaybeOwningPtr, a smart pointer that may (or may not) have

ownership over the pointer it contains. Useful when we want to
communicate ownership while still having several clients holding on to
the same pointer *without* introducing reference counting.

llvm-svn: 100463
parent a2c048ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment