[all-commits] [llvm/llvm-project] 22242a: [clang-tidy] Rename `cert-flp30-c` to `bugprone-fl...

mitchell via All-commits all-commits at lists.llvm.org
Thu Nov 6 01:26:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 22242ae072f8249818fa08f1f37a113cc342d5cb
      https://github.com/llvm/llvm-project/commit/22242ae072f8249818fa08f1f37a113cc342d5cb
  Author: mitchell <mitchell.xu2 at gmail.com>
  Date:   2025-11-06 (Thu, 06 Nov 2025)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/BugproneTidyModule.cpp
    M clang-tools-extra/clang-tidy/bugprone/CMakeLists.txt
    A clang-tools-extra/clang-tidy/bugprone/FloatLoopCounterCheck.cpp
    A clang-tools-extra/clang-tidy/bugprone/FloatLoopCounterCheck.h
    M clang-tools-extra/clang-tidy/cert/CERTTidyModule.cpp
    M clang-tools-extra/clang-tidy/cert/CMakeLists.txt
    R clang-tools-extra/clang-tidy/cert/FloatLoopCounter.cpp
    R clang-tools-extra/clang-tidy/cert/FloatLoopCounter.h
    M clang-tools-extra/docs/ReleaseNotes.rst
    A clang-tools-extra/docs/clang-tidy/checks/bugprone/float-loop-counter.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert/flp30-c.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/test/clang-tidy/checkers/bugprone/float-loop-counter.c
    R clang-tools-extra/test/clang-tidy/checkers/cert/flp30-c.c

  Log Message:
  -----------
  [clang-tidy] Rename `cert-flp30-c` to `bugprone-float-loop-counter` (#166571)

Closes [#157291](https://github.com/llvm/llvm-project/issues/157291)

---------

Co-authored-by: Victor Chernyakin <chernyakin.victor.j at outlook.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list