[clang] [Tooling/Inclusion] Add binary search related `std::ranges` symbols to the mapping. (PR #113796)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 05:51:52 PDT 2024
================
@@ -411,6 +411,11 @@ SYMBOL(_27, std::placeholders::, <functional>)
SYMBOL(_28, std::placeholders::, <functional>)
SYMBOL(_29, std::placeholders::, <functional>)
+SYMBOL(binary_search, std::ranges::, <algorithm>)
----------------
c8ef wrote:
Done.
https://github.com/llvm/llvm-project/pull/113796
More information about the cfe-commits
mailing list