blob: 75b6c5cb7d0d150261438bc923277f92fbf626bf [file] [log] [blame]
John Stiles1cf2c8d2020-08-13 22:58:04 -04001Checks: >
2 -*,
3 bugprone-argument-comment,
4 bugprone-bool-pointer-implicit-conversion,
John Stilesc1c3c6d2020-08-15 23:22:53 -04005 bugprone-suspicious-string-compare,
John Stiles1cf2c8d2020-08-13 22:58:04 -04006 bugprone-undelegated-constructor,
7 bugprone-unused-raii,
8 bugprone-use-after-move,
9 google-build-namespaces,
10 llvm-namespace-comment,
11 misc-definitions-in-headers,
Brian Osman6dfa4d62023-05-18 11:05:05 -040012 misc-uniqueptr-reset-release,
John Stiles1cf2c8d2020-08-13 22:58:04 -040013 modernize-make-unique,
John Stilesfe0de302020-08-14 10:52:06 -040014 modernize-use-nullptr,
John Stiles1cf2c8d2020-08-13 22:58:04 -040015 modernize-use-override,
16 performance-for-range-copy,
Brian Osman956f33a2023-05-18 09:25:05 -040017 performance-move-constructor-init,
John Stiles1cf2c8d2020-08-13 22:58:04 -040018 performance-unnecessary-copy-initialization,
19 readability-const-return-type,
20 readability-redundant-preprocessor,
John Stilesa008b0f2020-08-16 08:48:02 -040021 readability-redundant-smartptr-get,
John Stiles1cf2c8d2020-08-13 22:58:04 -040022 readability-static-accessed-through-instance
John Stilesa6841be2020-08-06 14:11:56 -040023CheckOptions:
John Stiles32153852020-08-23 18:30:07 -040024 - key: llvm-namespace-comment.ShortNamespaceLines
25 value: 40
John Stilesa6841be2020-08-06 14:11:56 -040026 - key: llvm-namespace-comment.SpacesBeforeComments
27 value: 2