[all-commits] [llvm/llvm-project] b3079e: [clang-tidy] Make test work on architectures which...

Danny Mösch via All-commits all-commits at lists.llvm.org
Tue Mar 29 23:04:01 PDT 2022


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

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

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list