[PATCH] D89297: [clangd] Add a TestWorkspace utility

2020-10-12 Thread Nathan Ridge via Phabricator via cfe-commits
nridge created this revision. Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman. Herald added a project: clang. nridge requested review of this revision. Herald added subscribers: MaskRay, ilya-biryukov. Use it in BackgroundIndexTest.RelationsMultiFile Repository: rG LLVM Gi

[PATCH] D89177: [cmake] Add support for multiple distributions

2020-10-12 Thread Shoaib Meenai via Phabricator via cfe-commits
smeenai added a comment. In D89177#2325566 , @phosek wrote: > We've already considered introducing a similar mechanism so thank you for > working on this! There's one issue that I haven't figured out how to resolve > and I'd be interested in your thought

[PATCH] D89297: [clangd] Add a TestWorkspace utility

2020-10-12 Thread Nathan Ridge via Phabricator via cfe-commits
nridge added a comment. This patch is a spinoff from my call hierarchy work (which I haven't posted for review yet, though I posted a draft at D89296 ). I'd like to be able to write tests where I can: - specify the contents of multiple header and source files,

[PATCH] D89238: [clangd] Go-to-definition from non-renaming alias is unambiguous.

2020-10-12 Thread Haojian Wu via Phabricator via cfe-commits
hokein accepted this revision. hokein added a comment. This revision is now accepted and ready to land. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D89238/new/ https://reviews.llvm.org/D89238 __

<    1   2   3