mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 19:20:13 +01:00
Suppress unused-includes in clangd for false positives (#4573)
clangd-17 reports includes as being unused when they are used, such as in common/ostream.h. There it says the `<concepts>` include is unused but `std::derived_from` is present in the same file (and clangd points out that it is coming from `<concepts>` on hover).
This commit is contained in:
Reference in New Issue
Block a user