[all-commits] [llvm/llvm-project] fbf544: [CIR] Fix some clang-tidy problems in CIR (#125128)

Andy Kaylor via All-commits all-commits at lists.llvm.org
Fri Jan 31 08:39:54 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fbf544c4226524d8518ebe375bad412a08358233
      https://github.com/llvm/llvm-project/commit/fbf544c4226524d8518ebe375bad412a08358233
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    A clang/include/clang/CIR/FrontendAction/.clang-tidy
    M clang/include/clang/CIR/LowerToLLVM.h
    R clang/include/clang/CIRFrontendAction/.clang-tidy
    A clang/lib/CIR/FrontendAction/.clang-tidy
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp

  Log Message:
  -----------
  [CIR] Fix some clang-tidy problems in CIR (#125128)

This adds a .clang-tidy file to the clang/lib/CIR/FrontendAction
directory, moves and updates the incorrectly located
include/clang/CIR/FrontendAction .clang-tidy file, and updates two files
from a recent commit to bring them into conformance with previously
agreed upon rules for where to use LLVM naming conventions and where to
use MLIR naming conventions.



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