Skip to content

Commit

Permalink
[clangd][clang-tidy] Add missing symbols to the symbol map.
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D159462
  • Loading branch information
VitaNuo committed Sep 6, 2023
1 parent e375fd0 commit 6258912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/lib/Tooling/Inclusions/Stdlib/StdSpecialSymbolMap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,8 @@ SYMBOL(make_integer_sequence, std::, <utility>)
// Remove when the generator starts producing them.
SYMBOL(make_any, std::, <any>)
SYMBOL(any_cast, std::, <any>)
SYMBOL(div, std::, <cstdlib>)
SYMBOL(abort, std::, <cstdlib>)

// 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 6258912

Please sign in to comment.