pytorch/torch/csrc/inductor
Yuanyuan Chen 9fff8155c3 [2/N] Fix clang-tidy readability checks (#164652)
This PR applies clang-tidy readability checks to jit sources and all headers in the code base.
`readability-redundant-inline-specifier` is suppressed because it incurs too many changes. `readability-redundant-inline-specifier` is used to detect redundant inline specifiers on function and variable declarations. There are many in-class method definitions that are marked inline.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/164652
Approved by: https://github.com/Skylion007
2025-10-06 01:06:01 +00:00
..
aoti_eager Fix clang-tidy bugprone* warnings (#148529) 2025-06-23 23:09:56 +00:00
aoti_include
aoti_package [aoti] Load metadata w/o loading package (#163779) 2025-09-26 05:40:44 +00:00
aoti_runner [2/N] Use filesystem in inductor (#163465) 2025-09-23 03:56:16 +00:00
aoti_runtime [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
aoti_torch [1/N] Fix clang-tidy readability checks (#164561) 2025-10-04 09:40:38 +00:00
cpp_wrapper [cpp_wrapper] Swap to new PyBind11 simple GIL header (#161063) 2025-08-27 21:15:01 +00:00
array_ref_impl.h
cpp_prefix.h Add SVE128 ISA (#158932) 2025-09-29 14:49:19 +00:00
inductor_ops.cpp
inductor_ops.h
resize_storage_bytes.cpp
static_cuda_launcher.cpp [easy] Fix unsigned long issue in static cuda launcher (#162920) 2025-09-15 15:00:32 +00:00
static_cuda_launcher.h