[Support] Add a GTest matcher for Optional<T>
authorIlya Biryukov <ibiryukov@google.com>
Thu, 25 Apr 2019 09:03:32 +0000 (09:03 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Thu, 25 Apr 2019 09:03:32 +0000 (09:03 +0000)
commit4ea70ecda8802f8472459c6564b6a0769eb1b534
tree4a474cd6fd96d58320c6c30c595e069dbf64d913
parent445c22b7eb8a84a613ee956c038d11b6d20f3f64
[Support] Add a GTest matcher for Optional<T>

Reviewers: sammccall

Reviewed By: sammccall

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D61071

llvm-svn: 359174
llvm/include/llvm/Testing/Support/SupportHelpers.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/MatchersTest.cpp [new file with mode: 0644]