This is a common symbol that's missing from our mapping because
cppreference yields multiple headers.
Add it manually by picking cstddef to prevent insertion of some stdlib-internal
headers instead.
Differential D95423
[clangd] Add std::size_t to StdSymbol mapping kadircet on Jan 25 2021, 10:41 PM. Authored by
Details
This is a common symbol that's missing from our mapping because Add it manually by picking cstddef to prevent insertion of some stdlib-internal
Diff Detail
Event TimelineComment Actions This might annoy people occasionally, but so does the current behavior. stddef seems like the best choice among the headers that provide size_t. |