pytorch/torch/csrc/jit/mobile
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
..
compatibility [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
model_tracer
nnc
train [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
code.h
debug_info.cpp
debug_info.h
file_format.h
flatbuffer_loader.cpp
flatbuffer_loader.h [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
frame.h
function.cpp
function.h
import_data.cpp
import_data.h
import_export_common.h
import.cpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
import.h
interpreter.cpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
interpreter.h
method.h
module.cpp
module.h
observer.cpp
observer.h
parse_bytecode.cpp [2/N] Fix clang-tidy readability checks (#164652) 2025-10-06 01:06:01 +00:00
parse_bytecode.h
parse_operators.cpp
parse_operators.h
prim_ops_registery.cpp
prim_ops_registery.h
profiler_edge.cpp
profiler_edge.h
promoted_prim_ops.cpp
promoted_prim_ops.h
quantization.cpp
quantization.h
register_ops_common_utils.cpp
register_ops_common_utils.h
type_parser.cpp
type_parser.h
upgrader_mobile.cpp
upgrader_mobile.h