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 Monorepo https://reviews.llvm.org/D145365 Files: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc Index: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc =================================================================== --- clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc +++ clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc @@ -247,6 +247,13 @@ // Don't set any header for it, as it comes with the type header. SYMBOL(get, std::, /*no headers*/) +// cppreference symbol index page was missing these symbols. +// Remove them when the cppreference offline archive catches up. +SYMBOL(index_sequence, std::, <utility>) +SYMBOL(index_sequence_for, std::, <utility>) +SYMBOL(make_index_sequence, std::, <utility>) +SYMBOL(make_integer_sequence, std::, <utility>) + // Macros SYMBOL(NULL, None, <cstddef>) SYMBOL(NULL, None, <stddef.h>)
Index: clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc =================================================================== --- clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc +++ clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc @@ -247,6 +247,13 @@ // Don't set any header for it, as it comes with the type header. SYMBOL(get, std::, /*no headers*/) +// cppreference symbol index page was missing these symbols. +// Remove them when the cppreference offline archive catches up. +SYMBOL(index_sequence, std::, <utility>) +SYMBOL(index_sequence_for, std::, <utility>) +SYMBOL(make_index_sequence, std::, <utility>) +SYMBOL(make_integer_sequence, std::, <utility>) + // Macros SYMBOL(NULL, None, <cstddef>) SYMBOL(NULL, None, <stddef.h>)
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits