summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
Commit message (Expand)AuthorAgeFilesLines
* CI: Add pre-commit hook for `clang-tidy`Thaddeus Crews2024-06-171-41/+18
* Style: Trim trailing whitespace and ensure newline at EOFRémi Verschelde2024-05-081-1/+0
* Remove "AnalyzeTemporaryDtors" from clang-tidy fileMichael Alexsander2024-05-041-1/+0
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-1/+5
* Style: Apply clang-tidy to current code, add `readability-redundant-member-init`Rémi Verschelde2022-04-041-1/+1
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-4/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+3
* Remove redundant void argument listsRémi Verschelde2020-05-141-1/+1
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-2/+4
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-0/+42