Skip to content

Commit 5d49276

Browse files
committed
[clangd][clang-tidy][stdlib] Add a missing symbol to the mapping.
Differential Revision: https://reviews.llvm.org/D157093
1 parent 46b2ad0 commit 5d49276

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ SYMBOL(index_sequence_for, std::, <utility>)
360360
SYMBOL(make_index_sequence, std::, <utility>)
361361
SYMBOL(make_integer_sequence, std::, <utility>)
362362

363+
// Symbols missing from the generated symbol map as reported by users.
364+
// Remove when the generator starts producing them.
365+
SYMBOL(make_any, std::, <any>)
366+
363367
// The std::placeholder symbols (_1, ..., _N) are listed in the cppreference
364368
// placeholder.html, but the index only contains a single entry with "_1, _2, ..., _N"
365369
// text, which are not handled by the script.

0 commit comments

Comments
 (0)