[PATCH] D50641: [clangd][test] Fix exit messages in tests

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 13 15:19:59 PDT 2018


arphaman added a comment.

Thanks for fixing this!

You're right we should try to fix it properly to avoid such mistakes in the future. Checking for stderr from Clangd might work, but I don't think it's the most optimal solution. What do you think about Clangd exiting with failure on malformed JSON input when running in `-lit` mode?


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D50641





More information about the cfe-commits mailing list