[PATCH] D44764: [clangd] Move GTest printers to separate file

Simon Marchi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 22 08:16:50 PDT 2018


simark added a comment.

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.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D44764





More information about the cfe-commits mailing list