Clangd currently doesn't respect language and breaks the builds with
include insertion for C. This patch aims to stop the bleeding by not mapping
back to CPP standard library headers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
As discussed offline;
It still helps with mapping symbols missing from our cppreference extraction back to umbrella headers. Not sure how often this happens in practice anymore, but it will likely be a regression.
So gonna drop it completely in a different patch, which can be reverted quickly if things go wrong. That way we'll learn about what's currently missing, rather than masking the bugs.