Skip to content

Commit 6258912

Browse files
committed
[clangd][clang-tidy] Add missing symbols to the symbol map.
Differential Revision: https://reviews.llvm.org/D159462
1 parent e375fd0 commit 6258912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ SYMBOL(make_integer_sequence, std::, <utility>)
364364
// Remove when the generator starts producing them.
365365
SYMBOL(make_any, std::, <any>)
366366
SYMBOL(any_cast, std::, <any>)
367+
SYMBOL(div, std::, <cstdlib>)
368+
SYMBOL(abort, std::, <cstdlib>)
367369

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

0 commit comments

Comments
 (0)