blob: cb389136f5cd5882458e7db0c680cc9056aad5e1 [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,
John Stilesfe0de302020-08-14 10:52:06 -040012 modernize-use-nullptr,
John Stiles1cf2c8d2020-08-13 22:58:04 -040013 modernize-use-override,
14 performance-for-range-copy,
15 performance-unnecessary-copy-initialization,
16 readability-const-return-type,
17 readability-redundant-preprocessor,
18 readability-static-accessed-through-instance
John Stilesa6841be2020-08-06 14:11:56 -040019CheckOptions:
20 - key: llvm-namespace-comment.SpacesBeforeComments
21 value: 2