[PATCH] D78038: [clangd] WIP: fix several bugs relating to include insertion

Nathan Ridge via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 16 12:48:27 PDT 2023


nridge added a comment.

Also adding links to the open issues this fixes:

- https://github.com/clangd/clangd/issues/333
- https://github.com/clangd/clangd/issues/337

Note the second issue is not specific to include insertion; it's a false positive diagnostic, which I think makes it a more severe bug than include insertion misbehaving. That issue likely has some duplicates lying around (at least I remember it coming up multiple times) though I can't find them at the moment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78038/new/

https://reviews.llvm.org/D78038



More information about the cfe-commits mailing list