[PATCH] D127082: [clangd] Add Macro Expansion to Hover
Qingyuan Zheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 7 20:05:01 PDT 2022
daiyousei-qz added a comment.
In D127082#3776173 <https://reviews.llvm.org/D127082#3776173>, @vitalybuka wrote:
> Looks like it breaks
> https://lab.llvm.org/buildbot/#/builders/236/builds/206
> https://lab.llvm.org/buildbot/#/builders/237/builds/85
> https://lab.llvm.org/buildbot/#/builders/238/builds/103
I take a quick look and it seems the failing tests were timed out. Considering the context of the change, I would guess it might be caused by some huge, nested macro being expanded. But it's weird since the expansion should only happen for Hover. Unfortunately, I don't have any aarch64 device to reproduce this locally and investigate further. Please feel free to reach out to me if there's anything I could help.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127082/new/
https://reviews.llvm.org/D127082
More information about the cfe-commits
mailing list