[clang-tidy] Make test work on architectures which do not provide a `__int128_t`
authorDanny Mösch <danny.moesch@icloud.com>
Wed, 30 Mar 2022 06:03:32 +0000 (08:03 +0200)
committerDanny Mösch <danny.moesch@icloud.com>
Wed, 30 Mar 2022 06:03:32 +0000 (08:03 +0200)
commitb3079e8a7e06ebab63d615cfaece10c9edc3cc9f
treece7b9f5a416dbbaa3927c9d9f0eb1c5ea469873c
parent115b3ace369254f573ca28934ef30ab9d8f497ef
[clang-tidy] Make test work on architectures which do not provide a `__int128_t`

See f10cee91ae07022e602d6a47e504e86796d49a7d. The test did still not run successful since the
`CHECK-MESSAGE` line is still read and considered even though the `#ifdef` removes the code if
`__int128_t` is not available. Now there is a fallback type in this case.
clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp