Add a T&& constructor to llvm::Optional.
This allows llvm::Optional to be used with movable-but-not-copyable types. While LLVM itself is still C++03, there's no reason why tools built on top of it can't use C++11 features. llvm-svn: 166241
Loading
Please register or sign in to comment