Skip to content

Commit c7c2f8f

Browse files
authored
Update StdSpecialSymbolMap.inc
1 parent 0319249 commit c7c2f8f

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
@@ -367,6 +367,11 @@ SYMBOL(any_cast, std::, <any>)
367367
SYMBOL(div, std::, <cstdlib>)
368368
SYMBOL(abort, std::, <cstdlib>)
369369

370+
SYMBOL(binary_search, std::ranges::, <algorithm>)
371+
SYMBOL(equal_range, std::ranges::, <algorithm>)
372+
SYMBOL(lower_bound, std::ranges::, <algorithm>)
373+
SYMBOL(upper_bound, std::ranges::, <algorithm>)
374+
370375
// These are C symbols that are not under std namespace.
371376
SYMBOL(localtime_r, None, <ctime>)
372377
SYMBOL(localtime_r, None, <time.h>)
@@ -411,11 +416,6 @@ SYMBOL(_27, std::placeholders::, <functional>)
411416
SYMBOL(_28, std::placeholders::, <functional>)
412417
SYMBOL(_29, std::placeholders::, <functional>)
413418

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)