summaryrefslogtreecommitdiff
path: root/src/.clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-171-0/+1
* refactor: Split calculate_result_and_manifest_key functionJoel Rosdahl2022-08-301-1/+1
* ci: Bump Clang-Tidy job to Clang-Tidy 12Joel Rosdahl2022-06-081-0/+1
* build: Enable Clang-Tidy modernize-concat-nested-namespaces checkJoel Rosdahl2022-05-231-1/+0
* build: Enable Clang-Tidy performance-no-automatic-move checkJoel Rosdahl2022-05-231-1/+0
* build: Require C++17 compiler and CMake 3.15Joel Rosdahl2022-05-231-0/+3
* Disable some clang-tidy checks that don’t contribute muchJoel Rosdahl2021-06-281-2/+2
* Fix scanning of headers with Clang-Tidy (#758)Alexander Lanin2021-01-061-1/+7
* Detect errors in log strings at compile timeJoel Rosdahl2020-10-231-2/+2
* Disable some new Clang-Tidy features (#677)Alexander Lanin2020-10-051-0/+2
* Fix capitalization of CMake, Cppcheck, Clang-Format and Clang-TidyJoel Rosdahl2020-09-211-1/+1
* Improve .clang-tidy HeaderFilterRegex patternsJoel Rosdahl2020-07-071-2/+2
* Enable more clang-tidy rules and implement suggestionsJoel Rosdahl2020-06-231-11/+0
* Extract argument processing code to a separate fileJoel Rosdahl2020-05-051-2/+2
* Whitelist clang-tidy warning cppcoreguidelines-pro-type-const-castJoel Rosdahl2020-04-271-3/+5
* Fix syntax of src/.clang-tidyJoel Rosdahl2020-04-261-3/+3
* Enable check_format and clang-tidy checks in CI (#562)Alexander Lanin2020-04-061-0/+84