[clangd-dev] Heads-up: change in test directory structure will conflict with your patches
Sam McCall via clangd-dev
clangd-dev at lists.llvm.org
Mon Apr 29 00:23:59 PDT 2019
I'm planning to land a patch that makes the clangd directory structure more
self-contained.
Before:
clang-tools-extra/clangd
clang-tools-extra/test/clangd
clang-tools-extra/unittests/clangd
After:
clang-tools-extra/clangd
clang-tools-extra/clangd/test
clang-tools-extra/clangd/unittests
Most people I've talked to agree this is... less annoying.
But it will temporarily be more annoying, because this will touch every
test file and conflict with all your patches. Sorry :-(
https://reviews.llvm.org/D61187
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/clangd-dev/attachments/20190429/f6e20df8/attachment.html>
More information about the clangd-dev
mailing list