summaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Delete .clang-tidy-oss (#62373)Nikita Shulga1-0/+3
2021-05-07[clang-tidy] Exclude cppcoreguidelines-avoid-magic-numbers (#57841)Nikita Shulga1-0/+1
2021-04-01Make TensorIterator, SparseTensorMath and UnaryOps clang-tidy clean (#55087)Nikita Shulga1-0/+3
2020-12-17disable concat nested namespace check (#49571)Rong Rong (AI Infra)1-0/+1
2020-10-21Config inheritance was added for pytorch project (#46584)Ivan Murashko1-2/+4
2020-10-08Revert D24099167: [HTE @ clang-tidy] Enable clang-tidy configs inheretence fo...Michael Suo1-4/+2
2020-10-08[HTE @ clang-tidy] Enable clang-tidy configs inheretence for caffe2 projectIvan Murashko1-2/+4
2020-05-05disable clang-tidy modernize-trailing-return (#37888)Nikolay Korovaiko1-0/+1
2019-10-28Fix obviously-broken .clang-tidy files (#28547)Bill Farner1-28/+27
2019-10-11add clang-tidy to github actions (#27755)Michael Suo1-1/+0
2019-08-12Ignore bugprone-lambda-function-name in clang-tidy. (#24190)Gregory Chanan1-0/+1
2018-12-14Enable all clang-tidy performance checks (#15198)Peter Goldsborough1-1/+2
2018-12-13Enable performance-unnecessary-value-param in .clang-tidy (#15026)Peter Goldsborough1-0/+1
2018-12-07Large scale fix of python-related files in torch/csrc/Peter Goldsborough1-7/+8
2018-11-29Binding for prctl(PR_SET_PDEATHSIG) (#14491)Pieter Noordhuis1-0/+2
2018-11-02Add modernize-* checks to clang-tidy (#13196)Peter Goldsborough1-1/+4
2018-11-01Enable a few hicpp (#13189)Peter Goldsborough1-0/+3
2018-10-29Enable cppcoreguidelines checks in clang-tidy (#12959)Peter Goldsborough1-1/+11
2018-10-10Diff against master and enable bugprone-* checks (#12378)Peter Goldsborough1-0/+2
2018-10-03Enable clang-tidy in CI (#12213)Peter Goldsborough1-44/+4
2018-09-05Bag of clang tidy fixes for torch/csrc/ and torch/csrc/autograd (#11050)Peter Goldsborough1-0/+4
2018-08-30NULL -> nullptr (#11047)Peter Goldsborough1-0/+1
2018-07-30Match parameter names and = default (#9737)Peter Goldsborough1-1/+4
2018-07-11Add explicit to conversions (#9336)Peter Goldsborough1-21/+23
2018-05-24[C++ API] Remove virtual forward and implement Sequential based on Any(Module...Peter Goldsborough1-0/+1
2018-05-09Add clang tidy tooling (#7412)Peter Goldsborough1-0/+40