Skip to content

Commit 956a711

Browse files
authored
Update StdSpecialSymbolMap.inc
1 parent 8c44a69 commit 956a711

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,6 @@ SYMBOL(gmtime_r, None, <time.h>)
377377
SYMBOL(gmtime_s, None, <ctime>)
378378
SYMBOL(gmtime_s, None, <time.h>)
379379

380-
SYMBOL(binary_search, std::ranges::, <algorithm>)
381-
SYMBOL(equal_range, std::ranges::, <algorithm>)
382-
SYMBOL(lower_bound, std::ranges::, <algorithm>)
383-
SYMBOL(upper_bound, std::ranges::, <algorithm>)
384-
385380
// The std::placeholder symbols (_1, ..., _N) are listed in the cppreference
386381
// placeholder.html, but the index only contains a single entry with "_1, _2, ..., _N"
387382
// text, which are not handled by the script.
@@ -416,6 +411,11 @@ SYMBOL(_27, std::placeholders::, <functional>)
416411
SYMBOL(_28, std::placeholders::, <functional>)
417412
SYMBOL(_29, std::placeholders::, <functional>)
418413

414+
SYMBOL(binary_search, std::ranges::, <algorithm>)
415+
SYMBOL(equal_range, std::ranges::, <algorithm>)
416+
SYMBOL(lower_bound, std::ranges::, <algorithm>)
417+
SYMBOL(upper_bound, std::ranges::, <algorithm>)
418+
419419
// Macros
420420
SYMBOL(NULL, None, <cstddef>)
421421
SYMBOL(NULL, None, <stddef.h>)

0 commit comments

Comments
 (0)