[PATCH] D54799: [clangd] textDocument/SymbolInfo method
Ilya Biryukov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 25 07:51:14 PDT 2019
ilya-biryukov added a comment.
In D54799#1441409 <https://reviews.llvm.org/D54799#1441409>, @thakis wrote:
> SymbolInfoTests.All takes > 20% of all of check-clang-tools time. Can the test be made faster?
>
> Also, since it's using a large-ish non-pod initializer clang is currently slow to compile it, see http://llvm.org/viewvc/llvm-project?view=revision&revision=345329 / PRPR38829
`SymbolInfoTests.All` takes `300ms` on my machine and all clangd tests take `12s`. So it's definitely not `>20%` of `check-clang-tools`. What's your configuration? Any other tips for reproducing this?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54799/new/
https://reviews.llvm.org/D54799
More information about the llvm-commits
mailing list