[PATCH] D133968: [clangd] Enable standard library index by default.

2022-10-07 Thread Sam McCall via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rG79ed24eea37f: [clangd] Enable standard library index by default. (authored by sammccall). Repository: rG LLVM Github Mo

[PATCH] D133968: [clangd] Enable standard library index by default.

2022-10-07 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. In D133968#3794850 , @kadircet wrote: > thanks, LG but seems to be failing on windows :/ This seemed very plausible but then none of the actual tests hit this codepath, and everything passes on rerun :-\ Repository: rG LLV

[PATCH] D133968: [clangd] Enable standard library index by default.

2022-10-07 Thread Sam McCall via Phabricator via cfe-commits
sammccall updated this revision to Diff 466243. sammccall added a comment. tickle premerge test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133968/new/ https://reviews.llvm.org/D133968 Files: clang-tools-extra/clangd/Config.h clang-tools-ext

[PATCH] D133968: [clangd] Enable standard library index by default.

2022-09-16 Thread Kadir Cetinkaya via Phabricator via cfe-commits
kadircet added a comment. thanks, LG but seems to be failing on windows :/ Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D133968/new/ https://reviews.llvm.org/D133968 ___ cfe-commits mailing list cfe-comm

[PATCH] D133968: [clangd] Enable standard library index by default.

2022-09-15 Thread Sam McCall via Phabricator via cfe-commits
sammccall created this revision. sammccall added a reviewer: kadircet. Herald added a subscriber: arphaman. Herald added a project: All. sammccall requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov. Herald added a project: clang-tools-extra. Repository