[PATCH] D140619: ExtractFunction: support extracting expressions and selected part of it
Nathan Ridge via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 20 00:31:28 PST 2023
nridge added a comment.
In D140619#4058232 <https://reviews.llvm.org/D140619#4058232>, @KKoovalsky wrote:
> Hey! I can see that the build: https://reviews.llvm.org/harbormaster/build/311598/ failed, but I am not sure whether this is related to my change. Could someone take a look?
I can reproduce the failures locally with the patch applied. To do so, run:
<build>/bin/llvm-lit <src>/clang-tools-extra/clangd/test/check.test
and similarly for `check-fail.test` and `check-lines.test`.
You can read more about how these tests work at https://llvm.org/docs/CommandGuide/lit.html.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140619/new/
https://reviews.llvm.org/D140619
More information about the cfe-commits
mailing list