[PATCH] D142836: [clangd] Add symbol mappings for `std::experimental::filesystem`
Younan Zhang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 29 23:06:49 PST 2023
zyounan added a comment.
Another question is that file `clang/Tooling/Inclusions/StdSymbolMap.inc` seems to be out-of-date. What's worse, the archive of cppref doesn't always update on time <https://en.cppreference.com/w/Cppreference:Archives>
The latest version from official is published in 2019, while the unofficial version is 2022-06.
That means, symbols from C++23, like `std::expected` will be missing from this file.
>From the aspect of maintenance, shall we consider a more optimal approach to keep update?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142836/new/
https://reviews.llvm.org/D142836
More information about the cfe-commits
mailing list