[PATCH] D93636: [clang][cli] Implement ContainsN Google Test matcher
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 21 07:19:49 PST 2020
jansvoboda11 added inline comments.
================
Comment at: clang/unittests/Frontend/CompilerInvocationTest.cpp:55
+
+MATCHER_P2(ContainsN, InnerMatcher, N,
+ describeContainsN(InnerMatcher, N, negation)) {
----------------
I'm not sure where custom Google Test matchers go. I guess this might be useful for other LLVM projects. Any ideas?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93636/new/
https://reviews.llvm.org/D93636
More information about the cfe-commits
mailing list