[clang] [Tooling/Inclusion] Add binary search related `std::ranges` symbols to the mapping. (PR #113796)

kadir çetinkaya via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 30 04:19:13 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>)
----------------
kadircet wrote:

can you move this next to https://github.com/llvm/llvm-project/blob/2de1fc82861edbc484b7a1b82a37aa29d4b982de/clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc#L363-L369 ?

https://github.com/llvm/llvm-project/pull/113796


More information about the cfe-commits mailing list