This revision was automatically updated to reflect the committed changes.
Closed by commit rG7eb36f5d87a6: [Tooling/Inclusion] Add missing index_sequence
symbols. (authored by hokein).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145365/new/
https:
kadircet accepted this revision.
kadircet added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:252
+// Remove them when the cppreference offline archive catches up.
+SYMBOL(index_sequence,
hokein added inline comments.
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:252
+// Remove them when the cppreference offline archive catches up.
+SYMBOL(index_sequence, std::, )
+SYMBOL(index_sequence_for, std::, )
kadircet wrote:
> the
kadircet added inline comments.
Comment at: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc:252
+// Remove them when the cppreference offline archive catches up.
+SYMBOL(index_sequence, std::, )
+SYMBOL(index_sequence_for, std::, )
there's also `integ
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::, )
-
hokein created this revision.
hokein added a reviewer: kadircet.
Herald added a subscriber: arphaman.
Herald added a project: All.
hokein requested review of this revision.
Herald added a project: clang.
Fixes https://github.com/llvm/llvm-project/issues/61026
Repository:
rG LLVM Github Monorep