summaryrefslogtreecommitdiff
path: root/.clang-tidy
AgeCommit message (Expand)AuthorFilesLines
9 daysAdd new tidy checksEd Tanous1-1/+27
13 daysAdd missing headersEd Tanous1-1/+1
2024-04-11Fix large copies with url_view and segments_viewEd Tanous1-1/+0
2024-04-09Rework logger to create compile time errorsEd Tanous1-0/+1
2024-04-01Move where appropriateEd Tanous1-0/+1
2024-04-01Enable readability checkEd Tanous1-0/+1
2024-04-01Fix redundant inline operatorsEd Tanous1-0/+1
2024-03-28Add misc-include-cleanerEd Tanous1-0/+1
2024-03-27Enable clang-tidy-18 misc checksEd Tanous1-1/+8
2024-03-27Add clang-tidy-18 bugprone checksEd Tanous1-0/+13
2024-03-27Check optionals in tidyEd Tanous1-0/+1
2024-03-25Enable bugprone clang checkEd Tanous1-0/+1
2023-07-20Replace logging with std::formatEd Tanous1-0/+1
2023-07-11Add clang-analyzer checks from clang-16Ed Tanous1-0/+5
2023-07-11Add contains type tidy checkEd Tanous1-0/+1
2023-07-11Implement data pointer clang-tidy checkEd Tanous1-0/+1
2023-07-11Enable bugprone clang tidy checksEd Tanous1-0/+7
2023-07-10Tidy enable modernize-redundant-void-argEd Tanous1-0/+1
2023-03-15Take url views by valueEd Tanous1-0/+1
2023-01-17Add check for globalsEd Tanous1-0/+1
2022-12-15Prepare for boost::url upgradeEd Tanous1-1/+0
2022-12-08Generate Redfish enums from schemasEd Tanous1-0/+1
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-0/+1
2022-03-12Enable readability checksEd Tanous1-2/+14
2022-03-09Enable 3 member function checksEd Tanous1-0/+3
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