[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Haojian Wu via Phabricator via cfe-commits
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:

[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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,

[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Haojian Wu via Phabricator via cfe-commits
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

[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Kadir Cetinkaya via Phabricator via cfe-commits
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

[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Haojian Wu via Phabricator via cfe-commits
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::, ) -

[PATCH] D145365: [Tooling/Inclusion] Add missing index_sequence symbols.

2023-03-06 Thread Haojian Wu via Phabricator via cfe-commits
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