[all-commits] [llvm/llvm-project] f10cee: [clang-tidy] Fix test failing on 32-bit architectu...

Danny Mösch via All-commits all-commits at lists.llvm.org
Tue Mar 29 08:58:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f10cee91ae07022e602d6a47e504e86796d49a7d
      https://github.com/llvm/llvm-project/commit/f10cee91ae07022e602d6a47e504e86796d49a7d
  Author: Danny Mösch <danny.moesch at icloud.com>
  Date:   2022-03-29 (Tue, 29 Mar 2022)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/bugprone-sizeof-expression.cpp

  Log Message:
  -----------
  [clang-tidy] Fix test failing on 32-bit architectures due to missing `__int128_t`

This was caused by ff60af91ac0bbab12dd5ff5dc9b78bc1636f2d86. The reason for the failure is that
the type `__int128_t` is not available on 32-bit architectures. So just exclude the test case if
128-bit integers are not available.




More information about the All-commits mailing list