summaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+2
2022-02-15readability-static-accessed-through-instanceEd Tanous1-0/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-0/+1
2022-02-11Enable performance-no-int-to-ptr checkEd Tanous1-0/+1
2022-02-11Add readability-redundant-* checksEd Tanous1-0/+7
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-0/+1
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-0/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-0/+1
2022-01-28Enable readability-container-size-empty testsEd Tanous1-0/+1
2022-01-12Enable and enforce cpp core guidelinesEd Tanous1-0/+8
2022-01-12Enable pro-type-static-cast-downcast checksEd Tanous1-0/+1
2022-01-12Enable malloc checksEd Tanous1-0/+1
2022-01-12enable cppcoreguidelines-pro-type-vararg checksEd Tanous1-0/+1
2022-01-12Enable pro-type-cstyle-cast checksEd Tanous1-0/+1
2022-01-12Enable const_cast checksEd Tanous1-0/+1
2022-01-12Enable pointer devolution checksEd Tanous1-0/+1
2022-01-12Enable cpp core guidelines macro checksEd Tanous1-0/+1
2022-01-12Enforce variable initEd Tanous1-0/+2
2022-01-12Enable checks for pointer arithmeticEd Tanous1-0/+1
2022-01-12Enable reinterpre_cast checksEd Tanous1-0/+1
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+1
2022-01-12Enable init checkerEd Tanous1-0/+1
2022-01-12Enable clang-tidy checks we already passEd Tanous1-1/+10
2022-01-12Enable bugprone widening checks in clangEd Tanous1-0/+1
2022-01-12enable bugprone exception escape checkEd Tanous1-0/+1
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-0/+1
2021-02-24Fix the build on clang-11Ed Tanous1-2/+2
2020-12-18Fix .clang-tidyEd Tanous1-1/+1
2020-10-28clang-tidy: fix typoBrad Bishop1-1/+1
2020-10-23Turn on ALL perf checksEd Tanous1-91/+94
2020-10-09Write the clang-tidy file OpenBMC needsEd Tanous1-2/+241
2020-10-07Check in clang-tidy file for variable namingEd Tanous1-0/+11
2019-10-11Fix a bunch of warningsEd Tanous1-15/+0
2018-07-27Move over to upstream c++ styleEd Tanous1-22/+9
2017-10-11Large updates to webserverEd Tanous1-0/+28