[PATCH] D44764: [clangd] Move GTest printers to separate file
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 22 08:45:24 PDT 2018
ilya-biryukov added subscribers: sammccall, hokein, bkramer.
ilya-biryukov added a comment.
In https://reviews.llvm.org/D44764#1045648, @simark wrote:
> We could create a file `ClangdTesting.h" which includes everything tested related (gtest, gmock, printers, syncapi, etc). The convention would be that test files would just include that.
Yeah, sounds good. I would exclude syncapi from the list, though. Not all tests should necessarily depend on `ClangdServer`.
@sammccall , @ioeric , @hokein, @bkramer are you on board with the idea to have an umbrella header for gtest+gmock+printers?
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D44764
More information about the cfe-commits
mailing list