[PATCH] D127184: [clangd] Add to header map

2022-06-22 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger added a comment. In D127184#3588226 , @nridge wrote: > In D127184#3577165 , > @falbrechtskirchinger wrote: > >> bits/mofunc_impl.h > > I see this included from `bits/move_only_function.h`, so

[PATCH] D127184: [clangd] Add to header map

2022-06-13 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger updated this revision to Diff 436377. falbrechtskirchinger added a comment. Add more missing headers to the system header map Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127184/new/ https://reviews.llvm.org/D127184 Files:

[PATCH] D127184: [clangd] Add to header map

2022-06-13 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger added a comment. Since `*.tcc` files are mapped as well and there are only a few of them missing, should I add them as well? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127184/new/ https://reviews.llvm.org/D127184 _

[PATCH] D127184: [clangd] Add to header map

2022-06-13 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger added a comment. Here's the preliminary list of mappings I've identified: "bits/align.h", "" "bits/atomic_wait.h", "" "bits/atomic_timed_wait.h", "" "bits/boost_concept_check.h", "" "bits/charconv.h", "" "bits/chrono.h", "" "bits/cow_string.h", "" "bits/fs_dir

[PATCH] D127184: [clangd] Add to header map

2022-06-10 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger added a comment. In D127184#3572731 , @nridge wrote: > This change looks fine to me. > > I wonder though if we should be a bit more systematic about it, and try to > cover other newly added libstdc++ implementation headers? Sure thi

[PATCH] D127184: [clangd] Add to header map

2022-06-06 Thread Florian Albrechtskirchinger via Phabricator via cfe-commits
falbrechtskirchinger created this revision. falbrechtskirchinger added a reviewer: sammccall. Herald added subscribers: usaxena95, kadircet, arphaman. Herald added a project: All. falbrechtskirchinger requested review of this revision. Herald added subscribers: cfe-commits, MaskRay, ilya-biryukov.