.clang-tidy 779 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Good defaults
# Checks:
#   -*, bugprone-*,cert-dcl21-cpp,cert-dcl50-cpp,cert-env33-c,cert-err34-c,cert-err52-cpp,cert-err60-cpp,cert-flp30-c,cert-msc50-cpp,cert-msc51-cpp,cppcoreguidelines-*,-cppcoreguidelines-macro-usage,-cppcoreguidelines-pro-type-reinterpret-cast,-cppcoreguidelines-pro-type-union-access,-cppcoreguidelines-pro-bounds-pointer-arithmetic,-cppcoreguidelines-pro-type-vararg,google-build-using-namespace,google-explicit-constructor,google-global-names-in-headers,google-readability-casting,google-runtime-int,google-runtime-operator,hicpp-*,-hicpp-vararg,misc-*,modernize-*,performance-*,readability-*,-readability-named-parameter

Checks:
  -*,
  bugprone-*,
  clang-analyzer*,
  google-*,
  hicpp-*
  misc-*,
  modernize-*,
  performance-*
  readability-*