[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 6 03:10:00 PST 2023
hokein added inline comments.
================
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:251
+// cppreference symbol index page was missing these symbols.
+// Remove them when the cppreference offline archive catches up.
+SYMBOL(index_sequence, std::, <utility>)
----------------
I have updated the cppreference symbol page, now it has entries for these four symbols.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145365/new/
https://reviews.llvm.org/D145365
More information about the cfe-commits
mailing list