aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Format/FormatTest.cpp
diff options
context:
space:
mode:
authornerix <nerixdev@outlook.de>2025-10-15 13:42:14 +0200
committerGitHub <noreply@github.com>2025-10-15 11:42:14 +0000
commit4b89704504dde687ba7983e034cb246581fd1407 (patch)
tree4b55f8b0f9c028210278cccd47ea7f7bfe21770d /clang/unittests/Format/FormatTest.cpp
parentf29f23711dce5d1a81b867ff5b472aa24ca7ee55 (diff)
downloadllvm-4b89704504dde687ba7983e034cb246581fd1407.zip
llvm-4b89704504dde687ba7983e034cb246581fd1407.tar.gz
llvm-4b89704504dde687ba7983e034cb246581fd1407.tar.bz2
[LLDB][NativePDB] Consolidate simple types (#163209)
This aligns the simple types created by the native plugin with the ones from DIA as well as LLVM and the original cvdump. - A few type names weren't handled when creating the LLDB `Type` name (e.g. `short`) - 64-bit integers were created as `(u)int64_t` and are now created as `(unsigned) long long` (matches DIA) - 128-bit integers (only supported by clang-cl) weren't created as types (they have `SimpleTypeKind::(U)Int128Oct`) - All complex types had the same name - now they have `_Complex <float-type>` Some types like `SimpleTypeKind::Float48` can't be tested because they can't be created in C++.
Diffstat (limited to 'clang/unittests/Format/FormatTest.cpp')
0 files changed, 0 insertions, 0 deletions