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::, <utility>) +SYMBOL(index_sequence_for, std::, <utility>) ---------------- there's also `integer_sequence` see https://eel.is/c++draft/utility.syn Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D145365/new/ https://reviews.llvm.org/D145365 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
