We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b178821 commit a0f1a1cCopy full SHA for a0f1a1c
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
@@ -849,8 +849,8 @@ lldb::BasicType TypeSystemClang::GetBasicTypeEnumeration(llvm::StringRef name) {
849
{"unsigned long long int", eBasicTypeUnsignedLongLong},
850
851
// "int128"
852
- {"__int128_t", eBasicTypeInt128},
853
- {"__uint128_t", eBasicTypeUnsignedInt128},
+ {"__int128", eBasicTypeInt128},
+ {"unsigned __int128", eBasicTypeUnsignedInt128},
854
855
// "bool"
856
{"bool", eBasicTypeBool},
0 commit comments