[all-commits] [llvm/llvm-project] e35c71: [libc][NFC] Clean up clang-tidy warnings for `src/...

lntue via All-commits all-commits at lists.llvm.org
Wed Mar 15 15:47:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e35c71493b3a191b7a836d62feb0039b79b0b428
      https://github.com/llvm/llvm-project/commit/e35c71493b3a191b7a836d62feb0039b79b0b428
  Author: Tue Ly <lntue at google.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M libc/.clang-tidy
    M libc/src/__support/FPUtil/XFloat.h
    M libc/src/__support/FPUtil/dyadic_float.h
    M libc/src/__support/FPUtil/generic/FMod.h
    M libc/src/__support/UInt.h
    M libc/src/math/generic/exp2f.cpp
    M libc/src/math/generic/log10.cpp
    R libc/utils/HdrGen/PrototypeTestGen/.clang-tidy

  Log Message:
  -----------
  [libc][NFC] Clean up clang-tidy warnings for `src/__support` and `src/math`.

Clean up some warnings from running libc-lint for these folders.

Reviewed By: michaelrj, sivachandra

Differential Revision: https://reviews.llvm.org/D146048




More information about the All-commits mailing list