[PATCH] D67172: [clangd] Use pre-populated mappings for standard symbols
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 6 02:40:44 PDT 2019
ilya-biryukov added a comment.
Ok, agreed. Adding this indirection layer is probably making things a bit too complex. I'll update the patch to clearly separate the std symbol mapping and canonical includes.
In D67172#1660435 <https://reviews.llvm.org/D67172#1660435>, @hokein wrote:
> And I'm not sure whether it is possible to remove the suffix mapping completely -- for STL symbols it is possible, but for other symbols like GNU C headers, I didn't find out an automatic way to build a lookup table.
It's because we don't have anything similar to cppreference.com for them? Maybe we could try scrapping man pages ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67172/new/
https://reviews.llvm.org/D67172
More information about the cfe-commits
mailing list