aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
blob: 0b7fa8ed53c5efe8bbd82011e0d46ceefc3a77df (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'
# 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:
...