Commit Graph

7 Commits

Author SHA1 Message Date
David Capello 7ee486ebde [clang-tidy] Avoid showing comments about boolean simplifications by DeMorgan's theorem
This is quite common for ASSERT(condition), which is a macro with !(condition)
2025-10-07 08:45:01 -03:00
David Capello 0ccc800819 [clang-tidy] Allow if (intCondition) { } to ask for != 0 2025-06-02 20:44:17 -03:00
David Capello 9e51e04606 [clang-tidy] Disable misc-include-cleaner 2024-11-30 09:34:26 -03:00
David Capello 649f444f05 Disable bugprone-narrowing-conversions clang-tidy check 2024-06-19 17:31:36 -03:00
David Capello b5288d85e7 Update some clang tidy checks 2024-02-27 23:20:12 -03:00
David Capello 908677edbb Update clang-tidy checks 2024-02-27 11:04:03 -03:00
David Capello 97345f4866 Add ENABLE_CLANG_TIDY option 2019-05-03 09:34:02 -03:00