]> granicus.if.org Git - llvm/commit
Add a cantFail overload for Expected-reference (Expected<T&>) types.
authorLang Hames <lhames@gmail.com>
Tue, 20 Jun 2017 22:18:02 +0000 (22:18 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 20 Jun 2017 22:18:02 +0000 (22:18 +0000)
commit16d0f5a96b84197458307fec1bb3e4fb31efe59d
tree83f5739129c70ffc42b1835c4625910d34e0f890
parent09ff5f277b141d91cc09664fc8cbc23019d221d9
Add a cantFail overload for Expected-reference (Expected<T&>) types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305863 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Error.h
unittests/Support/ErrorTest.cpp