aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
blob: 6e66eb2a621e3514bfe1cc7da050ea5047728b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
Checks:          '-*,misc-throw-by-value-catch-by-reference,misc-static-assert,readability-container-size-empty,modernize-use-override,modernize-make-unique,modernize-deprecated-headers,misc-unused-using-decls,misc-redundant-expression'
# Not in here: modernize-use-emplace, since that basically broke all things it touched
WarningsAsErrors: ''
HeaderFilterRegex: '\.(cc|c|cpp|h|hpp)$'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
...