[all-commits] [llvm/llvm-project] ac69f9: [clang-tidy] Rename 'cert-err52-cpp' to 'modernize...

mitchell via All-commits all-commits at lists.llvm.org
Mon Sep 22 05:46:15 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ac69f9d9bba407e26bf744fcfd44b062fc76511a
      https://github.com/llvm/llvm-project/commit/ac69f9d9bba407e26bf744fcfd44b062fc76511a
  Author: mitchell <mitchell.xu2 at gmail.com>
  Date:   2025-09-22 (Mon, 22 Sep 2025)

  Changed paths:
    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/SetLongJmpCheck.cpp
    R clang-tools-extra/clang-tidy/cert/SetLongJmpCheck.h
    A clang-tools-extra/clang-tidy/modernize/AvoidSetjmpLongjmpCheck.cpp
    A clang-tools-extra/clang-tidy/modernize/AvoidSetjmpLongjmpCheck.h
    M clang-tools-extra/clang-tidy/modernize/CMakeLists.txt
    M clang-tools-extra/clang-tidy/modernize/ModernizeTidyModule.cpp
    M clang-tools-extra/docs/ReleaseNotes.rst
    M clang-tools-extra/docs/clang-tidy/checks/cert/err52-cpp.rst
    M clang-tools-extra/docs/clang-tidy/checks/list.rst
    A clang-tools-extra/docs/clang-tidy/checks/modernize/avoid-setjmp-longjmp.rst
    R clang-tools-extra/test/clang-tidy/checkers/cert/setlongjmp.cpp
    A clang-tools-extra/test/clang-tidy/checkers/modernize/avoid-setjmp-longjmp.cpp

  Log Message:
  -----------
  [clang-tidy] Rename 'cert-err52-cpp' to 'modernize-avoid-setjmp-longjmp' (#159813)

Moves the implementation of the `cert-err52-cpp` check into `modernize`
module and gives it a clearer name: `modernize-avoid-setjmp-longjmp`.

This is part of the cleanup described in #157287.
Closes #157297



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