[PATCH] D98241: [clangd] Move logging out of LSPTest base class into a separate one.

2021-03-09 Thread Kadir Cetinkaya via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGd1531b08c3d1: [clangd] Move logging out of LSPTest base class into a separate one. (authored by kadircet). Repository: rG LLVM Github Monorepo CH

[PATCH] D98241: [clangd] Move logging out of LSPTest base class into a separate one.

2021-03-09 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added a comment. This revision is now accepted and ready to land. Thanks for working this out! And sorry for the stupid private inheritance tricks :-( Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D98241/n

[PATCH] D98241: [clangd] Move logging out of LSPTest base class into a separate one.

2021-03-09 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet created this revision. kadircet added a reviewer: sammccall. Herald added subscribers: usaxena95, arphaman. kadircet requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang. This was causing TSan failures due to a rac