blob: 7c4b36393b3381b3f83fedf5fbc7bedbd06fae1a [file] [log] [blame]
John Stiles1cf2c8d2020-08-13 22:58:04 -04001Checks: >
2 -*,
3 bugprone-argument-comment,
4 bugprone-bool-pointer-implicit-conversion,
5 bugprone-undelegated-constructor,
6 bugprone-unused-raii,
7 bugprone-use-after-move,
8 google-build-namespaces,
9 llvm-namespace-comment,
10 misc-definitions-in-headers,
11 modernize-make-unique,
12 modernize-use-override,
13 performance-for-range-copy,
14 performance-unnecessary-copy-initialization,
15 readability-const-return-type,
16 readability-redundant-preprocessor,
17 readability-static-accessed-through-instance
John Stilesa6841be2020-08-06 14:11:56 -040018CheckOptions:
19 - key: llvm-namespace-comment.SpacesBeforeComments
20 value: 2