Skip to content

Commit

Permalink
[clangd][clang-tidy][std_symbol_map] Add missing symbol.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D157256
  • Loading branch information
VitaNuo committed Aug 7, 2023
1 parent 9d3b19e commit 8a5c0cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ SYMBOL(make_integer_sequence, std::, <utility>)
// Symbols missing from the generated symbol map as reported by users.
// Remove when the generator starts producing them.
SYMBOL(make_any, std::, <any>)
SYMBOL(any_cast, std::, <any>)

// The std::placeholder symbols (_1, ..., _N) are listed in the cppreference
// placeholder.html, but the index only contains a single entry with "_1, _2, ..., _N"
Expand Down

0 comments on commit 8a5c0cc

Please sign in to comment.