diff options
Diffstat (limited to 'clang-tools-extra/clangd/StdSymbolMap.inc')
-rw-r--r-- | clang-tools-extra/clangd/StdSymbolMap.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/clang-tools-extra/clangd/StdSymbolMap.inc b/clang-tools-extra/clangd/StdSymbolMap.inc index 85fd474eed4..3ec94860ae7 100644 --- a/clang-tools-extra/clangd/StdSymbolMap.inc +++ b/clang-tools-extra/clangd/StdSymbolMap.inc @@ -454,11 +454,24 @@ SYMBOL(includes, std::, <algorithm>) SYMBOL(inclusive_scan, std::, <numeric>) SYMBOL(independent_bits_engine, std::, <random>) SYMBOL(indirect_array, std::, <valarray>) +SYMBOL(initializer_list, std::, <initializer_list>) SYMBOL(inner_product, std::, <numeric>) SYMBOL(inplace_merge, std::, <algorithm>) SYMBOL(input_iterator_tag, std::, <iterator>) SYMBOL(insert_iterator, std::, <iterator>) SYMBOL(inserter, std::, <iterator>) +SYMBOL(int16_t, std::, <cstdint>) +SYMBOL(int32_t, std::, <cstdint>) +SYMBOL(int64_t, std::, <cstdint>) +SYMBOL(int8_t, std::, <cstdint>) +SYMBOL(int_fast16_t, std::, <cstdint>) +SYMBOL(int_fast32_t, std::, <cstdint>) +SYMBOL(int_fast64_t, std::, <cstdint>) +SYMBOL(int_fast8_t, std::, <cstdint>) +SYMBOL(int_least16_t, std::, <cstdint>) +SYMBOL(int_least32_t, std::, <cstdint>) +SYMBOL(int_least64_t, std::, <cstdint>) +SYMBOL(int_least8_t, std::, <cstdint>) SYMBOL(integer_sequence, std::, <utility>) SYMBOL(integral_constant, std::, <type_traits>) SYMBOL(internal, std::, <ios>) @@ -1150,6 +1163,18 @@ SYMBOL(u16string_view, std::, <string_view>) SYMBOL(u32streampos, std::, <ios>) SYMBOL(u32string, std::, <string>) SYMBOL(u32string_view, std::, <string_view>) +SYMBOL(uint16_t, std::, <cstdint>) +SYMBOL(uint32_t, std::, <cstdint>) +SYMBOL(uint64_t, std::, <cstdint>) +SYMBOL(uint8_t, std::, <cstdint>) +SYMBOL(uint_fast16_t, std::, <cstdint>) +SYMBOL(uint_fast32_t, std::, <cstdint>) +SYMBOL(uint_fast64_t, std::, <cstdint>) +SYMBOL(uint_fast8_t, std::, <cstdint>) +SYMBOL(uint_least16_t, std::, <cstdint>) +SYMBOL(uint_least32_t, std::, <cstdint>) +SYMBOL(uint_least64_t, std::, <cstdint>) +SYMBOL(uint_least8_t, std::, <cstdint>) SYMBOL(uintmax_t, std::, <cstdint>) SYMBOL(uintptr_t, std::, <cstdint>) SYMBOL(uncaught_exceptions, std::, <exception>) |