llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang Author: None (c8ef) <details> <summary>Changes</summary> Fixes #<!-- -->94459. --- Full diff: https://github.com/llvm/llvm-project/pull/113796.diff 1 Files Affected: - (modified) clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc (+4) ``````````diff diff --git a/clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc b/clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc index b46bd2e4d7a4b5..48d1afc378d54f 100644 --- a/clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc +++ b/clang/lib/Tooling/Inclusions/Stdlib/StdSymbolMap.inc @@ -3547,6 +3547,7 @@ SYMBOL(as_rvalue_view, std::ranges::, <ranges>) SYMBOL(basic_istream_view, std::ranges::, <ranges>) SYMBOL(begin, std::ranges::, <ranges>) SYMBOL(bidirectional_range, std::ranges::, <ranges>) +SYMBOL(binary_search, std::ranges::, <algorithm>) SYMBOL(binary_transform_result, std::ranges::, <algorithm>) SYMBOL(borrowed_iterator_t, std::ranges::, <ranges>) SYMBOL(borrowed_range, std::ranges::, <ranges>) @@ -3592,6 +3593,7 @@ SYMBOL(enable_view, std::ranges::, <ranges>) SYMBOL(end, std::ranges::, <ranges>) SYMBOL(ends_with, std::ranges::, <algorithm>) SYMBOL(equal, std::ranges::, <algorithm>) +SYMBOL(equal_range, std::ranges::, <algorithm>) SYMBOL(equal_to, std::ranges::, <functional>) SYMBOL(fill, std::ranges::, <algorithm>) SYMBOL(fill_n, std::ranges::, <algorithm>) @@ -3643,6 +3645,7 @@ SYMBOL(lazy_split_view, std::ranges::, <ranges>) SYMBOL(less, std::ranges::, <functional>) SYMBOL(less_equal, std::ranges::, <functional>) SYMBOL(lexicographical_compare, std::ranges::, <algorithm>) +SYMBOL(lower_bound, std::ranges::, <algorithm>) SYMBOL(make_heap, std::ranges::, <algorithm>) SYMBOL(max, std::ranges::, <algorithm>) SYMBOL(max_element, std::ranges::, <algorithm>) @@ -3765,6 +3768,7 @@ SYMBOL(uninitialized_value_construct_n, std::ranges::, <memory>) SYMBOL(unique, std::ranges::, <algorithm>) SYMBOL(unique_copy, std::ranges::, <algorithm>) SYMBOL(unique_copy_result, std::ranges::, <algorithm>) +SYMBOL(upper_bound, std::ranges::, <algorithm>) SYMBOL(values_view, std::ranges::, <ranges>) SYMBOL(view, std::ranges::, <ranges>) SYMBOL(view_base, std::ranges::, <ranges>) `````````` </details> https://github.com/llvm/llvm-project/pull/113796 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits