Skip to content

Commit 15958f2

Browse files
committed
[clang][Stdlib] Add special mapping for std::compare_three_way
1 parent 853ed3b commit 15958f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ SYMBOL(consume_header, std::, <codecvt>)
1313
SYMBOL(generate_header, std::, <codecvt>)
1414
SYMBOL(little_endian, std::, <codecvt>)
1515

16+
SYMBOL(compare_three_way, std::, <compare>)
17+
SYMBOL(compare_three_way, std::, <functional>)
18+
1619
SYMBOL(mbstate_t, std::, <cwchar>)
1720
SYMBOL(mbstate_t, std::, <cuchar>)
1821
SYMBOL(size_t, std::, <cstddef>)

0 commit comments

Comments
 (0)