<div dir="ltr"><div>I'm planning to land a patch that makes the clangd directory structure more self-contained.</div><div><div><br></div><div>Before:</div><div>  clang-tools-extra/clangd</div><div><div></div><div>  clang-tools-extra/test/clangd</div></div><div><div></div><div>  clang-tools-extra/unittests/clangd</div></div><div></div></div><div><div><br></div><div>After:</div><div>  clang-tools-extra/clangd</div><div><div></div><div>  clang-tools-extra/clangd/test</div></div><div><div></div><div>  clang-tools-extra/clangd/unittests</div></div><div></div></div><div><br></div><div>Most people I've talked to agree this is... less annoying.</div><div>But it will temporarily be more annoying, because this will touch every test file and conflict with all your patches. Sorry :-(</div><div><br></div><a href="https://reviews.llvm.org/D61187">https://reviews.llvm.org/D61187</a><br></div>